Skip to content
New issue

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

Provide Mechanism to exclude objects from export when using sqlpackage.exe table data from synapse #16

Closed
jasonhorner opened this issue Jun 16, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request parquet
Milestone

Comments

@jasonhorner
Copy link

it would be nice to be able to specify a list of objects to include or exclude when exporting the data from synapse via sqlpackage.exe

In some cases I may want to skip a particularly large object. or just extract the data for a single object.

@dzsquared dzsquared transferred this issue from microsoft/DACExtensions Jul 19, 2021
@dzsquared dzsquared added the enhancement New feature or request label Jul 19, 2021
@dzsquared dzsquared assigned abhims14 and abhikum and unassigned abhims14 Jul 19, 2023
@llali llali closed this as completed Oct 19, 2023
@abhikum
Copy link

abhikum commented Oct 20, 2023

@jasonhorner - you can use /p:TableData in format schema_name.table_identifier to specify the table data whose data needs to be exported. /p:TableData property may be specified multiple times to indicate multiple tables.
Example: /p:TableData=dbo.DimProduct /p:TableData=dbo.DimEmployee

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request parquet
Projects
None yet
Development

No branches or pull requests

5 participants