markddrake / YADAMU---Yet-Another-DAta-Migration-Utility

A utility for Migrating Data between Oracle, Postgres, MySQL MariaDB, Snowflake. Stage Data from supported database to Amazon S3 and Azure Blob Storage in JSON and CSV Formats
MIT License
17 stars 9 forks source link

Breaking Change: Azure Connection Strings #250

Open markddrake opened 6 days ago

markddrake commented 6 days ago

The Azure driver now expects a connection object with a connection property that contains the connection string

Eg


"azure" : "ConncetionString" 
``
Becomes
"azure" :{ connection" :  "ConncetionString" }