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

feature: connect_args for pymssql #20

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

BuzzCutNorman
Copy link
Owner

Resolve #15 So users of pymssql can connect to Azure Data Warehouse

@BuzzCutNorman
Copy link
Owner Author

@cwegener when you have some time, please give this PR a try against Azure SQL DW (Synapse Dedicated SQL Pool). I added a new config option azure_synapse_dw that is a boolean. When set it is set to True and the driver_type is pymssql the connection properties you gave earlier are added to connect_args. You will need to install the tap as a custom extractor. Below are some cut and paste lines to assist with the install.

meltano add --custom extractor tap-mssql

git+https://github.com/BuzzCutNorman/tap-mssql.git@15-add-connection-args

catalog,state,discover,about,stream-maps,schema-flattening

dialect,driver_type,host,port:integer,user,password:password,database,driver,azure_synapse_dw,sqlalchemy_eng_params:object,fast_executemany,future,sqlalchemy_url_query:object,driver,TrustServerCertificate,batch_config:object,encoding:object,format,compression,storage:object,root,prefix,start_date

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Add support to pass connect_args placed in meltano.yml to pymssql
1 participant