Replies: 2 comments 1 reply
-
I tested with another set of dummy assets and confirmed a pattern:
![]() Context: |
Beta Was this translation helpful? Give feedback.
1 reply
-
I also tried supplying the credentials with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi community, I'm wondering if anyone experience similar issue here.
I'm using Dagster Cloud (serverless) + dbt + BigQuery and have asset lineage like this:
asset1 (python) -> asset2 (dbt) -> asset3 (dbt)
. Theasset1
andasset2
are materializing fine, butasset3
failed with BigQuery authentication error (default credentials were not found) duringdbt build
.For asset1, I supply the GCP credentials with BigQueryPandasIOManager's gcp_credentials argument and this works fine. However, I'm confused how dbt assets authenticate with BigQuery. It appears a bit strange to me that asset2 seems to have picked up the credentials somehow, but asset3 does not.
Beta Was this translation helpful? Give feedback.
All reactions