docs/docs/schema/bigquery/remote-relationships/index.mdx
Remote relationships (aka "remote joins") allow you to join data across tables and remote data sources. The remote data source can either be a Remote Schema, a table from a second database source, or the type returned from an action. Once you create relationships between types from your database tables and types created from Remote Schemas or actions, you can then "join" them by running GraphQL queries.
See the following guides on how to create different types of remote relationships related to BigQuery:
Hasura's remote joins architecture provides the following benefits.
Permissions tab and choose which fields
to expose for which roles. For Remote Schemas, Hasura will
forward your session variables which can be used to implement custom authorization
in your Remote Schemas. Native role-based permissions on Remote Schemas is in the works.