microsoft/dbt-synapse

Stand up new CI-testing pool

dataders opened this issue · 1 comments

I've shut down the Azure subscription that was hosting our infrastructure for both dbt-sqlserver and dbt-synapse. The reason being that it was on my personal credit card.

Given the forthcoming 1.4.0 releases for both adapters, it's a requirement that we can run these integration tests against the required changes.

The GitHub Action workflows are still defined and configured properly, the remaining work is:

  1. Make a new RG that contains:
  2. A Synapse workspace
  3. An Azure SQL Server
  4. AAD: ~4 user accounts and a service principal that have full access to the above
  5. Modify the secrets of this repository and dbt-sqlserver to point to the new values

@dataders, completed this in 1.4.0 upgrade - #171