Type alias BigQueryCredentialsInput

BigQueryCredentialsInput: { credentialsJson: Scalars["String"]; datasetId: Scalars["String"]; datasetLocation: Scalars["String"]; gcsBucketName: Scalars["String"]; gcsBucketPath: Scalars["String"]; hmacKeyAccessId: Scalars["String"]; hmacKeySecret: Scalars["String"]; projectId: Scalars["String"] }

Input configuration for Google BigQuery integration

Type declaration

  • credentialsJson: Scalars["String"]

    JSON credentials for Google BigQuery

  • datasetId: Scalars["String"]

    ID of the BigQuery dataset

  • datasetLocation: Scalars["String"]

    Location of the BigQuery dataset

  • gcsBucketName: Scalars["String"]

    Name of the Google Cloud Storage bucket

  • gcsBucketPath: Scalars["String"]

    Path within the Google Cloud Storage bucket

  • hmacKeyAccessId: Scalars["String"]

    Access ID for the HMAC key

  • hmacKeySecret: Scalars["String"]

    Secret for the HMAC key

  • projectId: Scalars["String"]

    ID of the Google Cloud project