Sources undefined using dagster-powerbi
with MotherDuck upstream tables
#26547
Labels
type: bug
Something isn't working
What's the issue?
Sources on
PowerBIContentData
are undefined, making it so that asset mapping does not occur between dbt models and Power BI semantic models.However, table names can be determines through
data.properties.get("tables")
, and a workaround for specifyingdeps
can be done like so:Initially, it was thought that this was due to legacy vs. scan APIs, however, setting
use_workspace_scan=False,
on the translator still results in no sources.What did you expect to happen?
Sources are automatically set to the upstream tables of the semantic model.
How to reproduce?
See the full end-to-end example project that is being created in this pull request.
#26038
This is using the internal Azure environment, please DM me for access if you would like to test further.
Dagster version
dagster, version 1!0+dev
Deployment type
None
Deployment details
No response
Additional information
No response
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
By submitting this issue, you agree to follow Dagster's Code of Conduct.
The text was updated successfully, but these errors were encountered: