Replies: 1 comment 3 replies
-
Hi @fjuniorr, The expand command was also adding default values but if you're interested in the dialect/schema dereferencing I can quickly add something like |
Beta Was this translation helpful? Give feedback.
3 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.
-
In v4 I could de-reference a table schema stored in an external file and when the package descriptor was exported to a file the table schema would be expanded. Something like this:
In v5 I get an
AttributeError: 'Schema' object has no attribute 'expand'
. I think this is because of the new metadata model used in v5, but I was wondering if there is any way to achieve the same functionality?Beta Was this translation helpful? Give feedback.
All reactions