Streams can't be defined
griseau opened this issue · 3 comments
griseau commented
When using it with the following config I have TypeError: 'in <string>' requires string as left operand, not dict
source:
docker_image: "airbyte/source-github" # GENERATED | string | A Public Docker Airbyte Source. Example: `airbyte/source-faker:0.1.4`. (see connectors list at: "https://hub.docker.com/search?q=airbyte%2Fsource-" )
config: # PREGENERATED | object | PLEASE UPDATE this pre-generated config by following the documentation https://docs.airbyte.com/integrations/sources/github
credentials:
personal_access_token: ${GITHUB_TOKEN} # SECRET (please store in environment variables) | REQUIRED | string | Log into GitHub and then generate a <a href="https://github.com/settings/tokens">personal access token</a>. To load balance your API quota consumption across multiple API tokens, input multiple tokens separated with ","
repositories:
- "ORG/REPO"
start_date: "2023-10-09T00:00:00Z"
streams: workflows_run
destination:
connector: "print"
config:
buffer_size_max: 100
remote_runner:
type: "cloud_run_job" # GENERATED | string | Runner Type. Must be one of ['direct', 'cloud_run_job']
config: # PREGENERATED | object | PLEASE UPDATE this pre-generated config
project: # REQUIRED | string | GCP Project where cloud run job will be deployed
region: "europe-west1" # REQUIRED | string | Region where cloud run job will be deployed
service_account: "" # OPTIONAL | string | Service account email used bu Cloud Run Job. If empty default compute service account will be used
If you don't set streams it works, but requires to retrieve all data
unytics commented
Thanks 🙏 for raising this issue @griseau àd for being so reactive !!
Let me open my laptop and have a check
unytics commented
Closing the issue