You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today whale pull table information and organize in the same directory, so we have a mix of tables of different databases, I think that could be more organized if we have a directory for each database. It make senses for you?
Thank you!
The text was updated successfully, but these errors were encountered:
Yeah this makes sense, @rubenssoto. Just to be clear, I'll walk through how I'm thinking of changing this:
For one of my tables, the present format is:
glue/sample-client-pg-1.postgres_public_comments
which corresponds to
{name}/{instance}.{catalog}_{schema}_{table}
Is this what you'd want instead?
{name}/{instance}/{catalog}_{schema}_{table}
I.e. isolate the metadata based on instance name into different folders?
The only tricky thing is that this would affect the backwards compatibility of the documentation, so I'll have to build in a small migration script, but I think that's no big deal. :)
Today whale pull table information and organize in the same directory, so we have a mix of tables of different databases, I think that could be more organized if we have a directory for each database. It make senses for you?
Thank you!
The text was updated successfully, but these errors were encountered: