Skip to content
9 changes: 9 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ graphqlSchema:
jsResource:
files: 'src/resources.js'

# Operations API Configuration (for dynamic table creation)
# When configured, Harper tables are created automatically based on BigQuery schema
# No schema.graphql definitions needed for data tables
operations:
host: localhost
port: 9925
username: admin
password: password # Change this to your Harper password

# Multi-Table BigQuery Configuration
bigquery:
# Shared credentials and project settings
Expand Down
Loading