Hello. I tested deploy via Helm on GKE and via Dat...
# all-things-deployment
p
Hello. I tested deploy via Helm on GKE and via Datahub CLI/Docker. In both I had the same error when creating a connection with Bigquery:
Copy code
datahub.ingestion.run.pipeline.PipelineInitError: Failed to find a registered source for type bigquery: 'str' object is not callable
l
Hey there 👋 I'm The DataHub Community Support bot. I'm here to help make sure the community can best support you with your request. Let's double check a few things first: 1️⃣ There's a lot of good information on our docs site: www.datahubproject.io/docs, Have you searched there for a solution? Yes button 2️⃣ It's not uncommon that someone has run into your exact problem before in the community. Have you searched Slack for similar issues? Yes button
p
Here is the recipe yaml:
Copy code
source:
    type: bigquery
    config:
        include_table_lineage: false
        include_usage_statistics: false
        include_tables: true
        include_views: false
        profiling:
            enabled: false
            profile_table_level_only: true
        stateful_ingestion:
            enabled: false
        credential:
            project_id: xxx
            private_key_id: '${id2}'
            private_key: '${key2}'
            client_email: xxxx
            client_id: 'xxxxx'
        dataset_pattern:
            allow:
                - ^raw
d
Hello, thank you for reporting. we are aware of this issue, and we have fixes coming in the next release. cf. https://datahubspace.slack.com/archives/CUMUWQU66/p1681912575061489
Hey @prehistoric-wall-71780, could you actually try again with version 0.10.2.1? this version should address this issue!
p
its work
thanks
d
Glad it worked! 🙂
i
Do we know when this fix will reflect on : https://artifacthub.io/packages/helm/datahub/datahub ?