We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While using Dataform, I encountered an issue with specifying dataset and table names in the config block's dependencies.
dataset.table
I referred to the official documentation (link here), but I couldn't find a solution to this issue.
config { dependencies: ["dataset_a.table"] }
When specifying dataset.table in dependencies, the corresponding table should be correctly referenced.
Dataform Version: 2.9.0 Execution Environment: Google Cloud Workspaces
Is there a workaround or proper way to address this issue? Could you add more details or examples in the official documentation?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While using Dataform, I encountered an issue with specifying dataset and table names in the config block's dependencies.
Problem Details
dataset.table
, an error is raised stating that the table cannot be found.I referred to the official documentation (link here), but I couldn't find a solution to this issue.
Steps to Reproduce
config { dependencies: ["dataset_a.table"] }
Expected Behavior
When specifying
dataset.table
in dependencies, the corresponding table should be correctly referenced.Environment
Dataform Version: 2.9.0
Execution Environment: Google Cloud Workspaces
Questions
Is there a workaround or proper way to address this issue?
Could you add more details or examples in the official documentation?
The text was updated successfully, but these errors were encountered: