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
A configurable option or command of a tap that would perform a schema/header extract only with no data attached. This would not update any state files.
Should be flexible with most taps (including those that are not database focused) where we just pull the "fields/column names" from our data sources and ignore the data itself.
Example: pg_dump with --schema-only in PostGres, BACPAC vs DACPAC in MSSQL.
--schema-only or some more appropriate generic naming
Use Case
Populating a target with empty fields
Creating a "EMPTY_DB" in Snowflake with only empty tables, no data
it's a weird intersection of our business intelligence software and how our upstream data is handled. we need to template reports with no data to give to our clients to publish. the rub is that each client is on a different version of our database which we import data from using tap-mssql and those versions may have schema differences. we can pin a client to a specific version of our elt pipeline but that results in potentially different tables (a column added, renamed...) (edited)
The text was updated successfully, but these errors were encountered:
Feature scope
Taps (catalog, state, tests, etc.)
Description
Feature Idea
Use Case
The text was updated successfully, but these errors were encountered: