Add V2.0 Oracle Linked Service#156
Merged
MattPCollins merged 13 commits intodevelopfrom May 26, 2025
Merged
Conversation
removed PSQL from the clause that adds a semicolon
MattPCollins
added a commit
that referenced
this pull request
Jun 12, 2025
* Update NuGet Packages (#149) * Update packages * Published functionapp with updated NuGet packages * Update .gitignore * Deployment functionality (#152) * Overhaul PowerShell and Bicep 1-click deployment functionality * Update Bicep configurations * Update Databricks Deployment options * Update bicep deployment logic - tidy up namings and small bug fix with transform * Update gitignore for Functions App * Add PySpark notebooks to check a successful deployment of CF.Cumulus (#153) * Update README with Installation via BiCep and PowerShell guide (#154) * Develop Jira source connector (#155) * Adding linkedService: Ingest_LS_Jira_UserAuth * Updating linkedService: Ingest_LS_Jira_UserAuth * Updating linkedService: Ingest_LS_Jira_UserAuth * Updating linkedService: Ingest_LS_Jira_UserAuth * Updating linkedService: Ingest_LS_Jira_UserAuth * Updating linkedService: Ingest_LS_Jira_UserAuth * Updating linkedService: Ingest_LS_Jira_UserAuth * Adding JiraObject: Ingest_DS_Jira_UserAuth * Updating JiraObject: Ingest_DS_Jira_UserAuth * Adding pipeline: Ingest_PL_Jira * Updating pipeline: Ingest_PL_Jira * Updating pipeline: Ingest_PL_Jira * Updating pipeline: Ingest_PL_Jira * Updating pipeline: Ingest_PL_Jira * Updating pipeline: Ingest_PL_Jira * Update DefaultConnectionTypes.sql * Add V2.0 Oracle Linked Service (#156) * Adding linkedService: Ingest_LS_Oracle_V2_SIDAuth * Adding integrationRuntime: integrationRuntimeCumulusDataSources02 * Updating linkedService: Ingest_LS_Oracle_SIDAuth * Updating linkedService: Ingest_LS_Oracle_V2_SIDAuth * Updating linkedService: Ingest_LS_Oracle_V2_SIDAuth * Adding OracleTable: Ingest_DS_Oracle_V2_SIDAuth * Updating pipeline: Ingest_PL_Oracle * Updating pipeline: Ingest_PL_Oracle * Updating pipeline: Ingest_PL_Oracle * Update GetDatasetPayload.sql removed PSQL from the clause that adds a semicolon * Updating linkedService: Ingest_LS_Oracle_V2_SIDAuth * Updating linkedService: Ingest_LS_Oracle_SIDAuth * Updated gitignore to exclude integrationRuntime folder --------- Co-authored-by: MattPCollins <34279269+MattPCollins@users.noreply.github.com> * Develop unit tests (#157) * Databricks Module restructure * refactor notebooks to functions * Update file references * Update Ingest to reference new python files rather than notebooks * refactor pep8 naming * refactor pep8 naming convention * refactor pep8 naming conventions * integration test changes for pep8 formatting * refactor transform python pep8 naming conventions * Add python file references to Transform notebooks * Integration tests new Transform Managed Notebooks * Add further ingest tests and utils.HelperFunctions final tests * Add unit tests for remaining CheckPayloadFunctions * Update automated testing for python unit tests * update unit test workflow * amend pytest file path * amend pytest file path * Update pytest runner for correct paths --------- Co-authored-by: MattPCollins <MattPCollins> * Additional Unit tests for Databricks ingest functions (#158) * Develop shared unit tests (#159) * Additional utilities unit tests * update automated testing for python unit tests * Rename Databricks LS to be common for both ingest and transform (#150) * Adding linkedService: Common_LS_Databricks_Cluster_MIAuth * Updating linkedService: Common_LS_Databricks_Cluster_MIAuth * Updating pipeline: Ingest_PL_Merge * Updating pipeline: Transform_PL_Managed * Updating pipeline: Transform_PL_Unmanaged * Updating pipeline: Transform_PL_Unmanaged * Updating pipeline: Transform_PL_Managed * Adding linkedService: Common_LS_Databricks_JobCluster_MIAuth * Updating linkedService: Common_LS_Databricks_JobCluster_MIAuth * Updating pipeline: Transform_PL_Managed * Updating pipeline: Transform_PL_Unmanaged * Updating pipeline: Transform_PL_Managed * Updating pipeline: Ingest_PL_Merge * Update MetadataAsCodeCommon Script for updated LS names * Deleting linkedService: Transform_LS_Databricks_Cluster_MIAuth * Deleting linkedService: Ingest_LS_Databricks_Cluster_MIAuth * Deleting linkedService: Ingest_LS_Databricks_JobCluster_MIAuth --------- Co-authored-by: MattPCollins <34279269+MattPCollins@users.noreply.github.com> * Develop databricks cicd hotfix (#160) * Update Databricks CICD process * Update Databricks CICD process2 * Test DAB profile config * Test DAB profile config with script correction * Test DAB profile config with script correction * Extend DAB logic to test/prod and rename WS file refernces for databricks in ADF pipelines and metadata. * Databricks complete deploy in PS * Develop ADF and Func App CICD for test env (#161) * Update adf-cicd.yml adding additional parameters * Updating linkedService: Ingest_LS_Oracle_SIDAuth * Updating pipeline: Ingest_PL_Oracle * Updating linkedService: Ingest_LS_SQLServer_WinAuth * Updating linkedService: Ingest_LS_SQLServer_SQLAuth * Updating linkedService: Ingest_LS_SQLDB_SQLAuth * Update adf-cicd.yml adding additional parameters * Updating linkedService: Ingest_LS_Oracle_SIDAuth * Updating pipeline: Ingest_PL_Oracle * Updating linkedService: Ingest_LS_SQLServer_WinAuth * Updating linkedService: Ingest_LS_SQLServer_SQLAuth * Updating linkedService: Ingest_LS_SQLDB_SQLAuth * Updating pipeline: Ingest_PL_MSSQL * Update functions-cicd.yml * Adding integrationRuntime: SHIRcumulusDataSources02 * Updating linkedService: Ingest_LS_Oracle_SIDAuth * Updating linkedService: Ingest_LS_Oracle_SIDAuth * Develop sqlcicd to test (#165) * Update SQLCMD variables * update keyvault secret name * Added demo connection variables * Update sql-server-common-cicd.yml * Update Control SQLCMDs and MetadataAsCode * updates to ingest cicd * remove unused notebook and update transform cicd * Creating Metadata.core and metadata.data projs * create yml files for core, data and master * Update sql-server-master-cicd.yml * Add Pipeline dependencies and move yml files to folder * Add transform BL Notebooks, metadata as code and integration execution in dev. * Add transform BL Notebooks, metadata as code and integration execution in dev * rename transform pipelines * Pipeline name tidy-up --------- Co-authored-by: MattPCollins <mc12338@my.bristol.ac.uk> Co-authored-by: MattPCollins <34279269+MattPCollins@users.noreply.github.com> * Update transformExecution reference. * Update notebook path (#166) * Update notebook path * Update dim products notebook content. * Update dimdate typing --------- Co-authored-by: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Co-authored-by: CFToby-Andrew <toby.andrew@cloudformations.org>
MattPCollins
added a commit
that referenced
this pull request
Jun 12, 2025
* BiCep Infra As Code * GitHub Actions and improved CICD workflow * Pyspark Unit testing and automated checks * Metadata As Code scripts * Additional Data Factory Connectors --------- * Update NuGet Packages (#149) * Update packages * Published functionapp with updated NuGet packages * Update .gitignore * Deployment functionality (#152) * Overhaul PowerShell and Bicep 1-click deployment functionality * Update Bicep configurations * Update Databricks Deployment options * Update bicep deployment logic - tidy up namings and small bug fix with transform * Update gitignore for Functions App * Add PySpark notebooks to check a successful deployment of CF.Cumulus (#153) * Update README with Installation via BiCep and PowerShell guide (#154) * Develop Jira source connector (#155) * Adding linkedService: Ingest_LS_Jira_UserAuth * Updating linkedService: Ingest_LS_Jira_UserAuth * Updating linkedService: Ingest_LS_Jira_UserAuth * Updating linkedService: Ingest_LS_Jira_UserAuth * Updating linkedService: Ingest_LS_Jira_UserAuth * Updating linkedService: Ingest_LS_Jira_UserAuth * Updating linkedService: Ingest_LS_Jira_UserAuth * Adding JiraObject: Ingest_DS_Jira_UserAuth * Updating JiraObject: Ingest_DS_Jira_UserAuth * Adding pipeline: Ingest_PL_Jira * Updating pipeline: Ingest_PL_Jira * Updating pipeline: Ingest_PL_Jira * Updating pipeline: Ingest_PL_Jira * Updating pipeline: Ingest_PL_Jira * Updating pipeline: Ingest_PL_Jira * Update DefaultConnectionTypes.sql * Add V2.0 Oracle Linked Service (#156) * Adding linkedService: Ingest_LS_Oracle_V2_SIDAuth * Adding integrationRuntime: integrationRuntimeCumulusDataSources02 * Updating linkedService: Ingest_LS_Oracle_SIDAuth * Updating linkedService: Ingest_LS_Oracle_V2_SIDAuth * Updating linkedService: Ingest_LS_Oracle_V2_SIDAuth * Adding OracleTable: Ingest_DS_Oracle_V2_SIDAuth * Updating pipeline: Ingest_PL_Oracle * Updating pipeline: Ingest_PL_Oracle * Updating pipeline: Ingest_PL_Oracle * Update GetDatasetPayload.sql removed PSQL from the clause that adds a semicolon * Updating linkedService: Ingest_LS_Oracle_V2_SIDAuth * Updating linkedService: Ingest_LS_Oracle_SIDAuth * Updated gitignore to exclude integrationRuntime folder --------- Co-authored-by: MattPCollins <34279269+MattPCollins@users.noreply.github.com> * Develop unit tests (#157) * Databricks Module restructure * refactor notebooks to functions * Update file references * Update Ingest to reference new python files rather than notebooks * refactor pep8 naming * refactor pep8 naming convention * refactor pep8 naming conventions * integration test changes for pep8 formatting * refactor transform python pep8 naming conventions * Add python file references to Transform notebooks * Integration tests new Transform Managed Notebooks * Add further ingest tests and utils.HelperFunctions final tests * Add unit tests for remaining CheckPayloadFunctions * Update automated testing for python unit tests * update unit test workflow * amend pytest file path * amend pytest file path * Update pytest runner for correct paths --------- Co-authored-by: MattPCollins <MattPCollins> * Additional Unit tests for Databricks ingest functions (#158) * Develop shared unit tests (#159) * Additional utilities unit tests * update automated testing for python unit tests * Rename Databricks LS to be common for both ingest and transform (#150) * Adding linkedService: Common_LS_Databricks_Cluster_MIAuth * Updating linkedService: Common_LS_Databricks_Cluster_MIAuth * Updating pipeline: Ingest_PL_Merge * Updating pipeline: Transform_PL_Managed * Updating pipeline: Transform_PL_Unmanaged * Updating pipeline: Transform_PL_Unmanaged * Updating pipeline: Transform_PL_Managed * Adding linkedService: Common_LS_Databricks_JobCluster_MIAuth * Updating linkedService: Common_LS_Databricks_JobCluster_MIAuth * Updating pipeline: Transform_PL_Managed * Updating pipeline: Transform_PL_Unmanaged * Updating pipeline: Transform_PL_Managed * Updating pipeline: Ingest_PL_Merge * Update MetadataAsCodeCommon Script for updated LS names * Deleting linkedService: Transform_LS_Databricks_Cluster_MIAuth * Deleting linkedService: Ingest_LS_Databricks_Cluster_MIAuth * Deleting linkedService: Ingest_LS_Databricks_JobCluster_MIAuth --------- Co-authored-by: MattPCollins <34279269+MattPCollins@users.noreply.github.com> * Develop databricks cicd hotfix (#160) * Update Databricks CICD process * Update Databricks CICD process2 * Test DAB profile config * Test DAB profile config with script correction * Test DAB profile config with script correction * Extend DAB logic to test/prod and rename WS file refernces for databricks in ADF pipelines and metadata. * Databricks complete deploy in PS * Develop ADF and Func App CICD for test env (#161) * Update adf-cicd.yml adding additional parameters * Updating linkedService: Ingest_LS_Oracle_SIDAuth * Updating pipeline: Ingest_PL_Oracle * Updating linkedService: Ingest_LS_SQLServer_WinAuth * Updating linkedService: Ingest_LS_SQLServer_SQLAuth * Updating linkedService: Ingest_LS_SQLDB_SQLAuth * Update adf-cicd.yml adding additional parameters * Updating linkedService: Ingest_LS_Oracle_SIDAuth * Updating pipeline: Ingest_PL_Oracle * Updating linkedService: Ingest_LS_SQLServer_WinAuth * Updating linkedService: Ingest_LS_SQLServer_SQLAuth * Updating linkedService: Ingest_LS_SQLDB_SQLAuth * Updating pipeline: Ingest_PL_MSSQL * Update functions-cicd.yml * Adding integrationRuntime: SHIRcumulusDataSources02 * Updating linkedService: Ingest_LS_Oracle_SIDAuth * Updating linkedService: Ingest_LS_Oracle_SIDAuth * Develop sqlcicd to test (#165) * Update SQLCMD variables * update keyvault secret name * Added demo connection variables * Update sql-server-common-cicd.yml * Update Control SQLCMDs and MetadataAsCode * updates to ingest cicd * remove unused notebook and update transform cicd * Creating Metadata.core and metadata.data projs * create yml files for core, data and master * Update sql-server-master-cicd.yml * Add Pipeline dependencies and move yml files to folder * Add transform BL Notebooks, metadata as code and integration execution in dev. * Add transform BL Notebooks, metadata as code and integration execution in dev * rename transform pipelines * Pipeline name tidy-up --------- Co-authored-by: MattPCollins <mc12338@my.bristol.ac.uk> Co-authored-by: MattPCollins <34279269+MattPCollins@users.noreply.github.com> * Update transformExecution reference. * Update notebook path (#166) * Update notebook path * Update dim products notebook content. * Develop dimdate hotfix (#168) * Update dimdate typing * Updating DAB config for historic files * Updating DAB config for historic files * Updating DAB config for historic files * Updating DAB config for historic files * Updating DAB config for historic files * Updating DAB config for historic files * Updating DAB config for historic files * Updating transformloadstatus bug fix * Updating transformloadstatus bug fix --------- Co-authored-by: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Co-authored-by: CFToby-Andrew <toby.andrew@cloudformations.org>
MattPCollins
added a commit
that referenced
this pull request
Feb 18, 2026
* Update NuGet Packages (#149) * Update packages * Published functionapp with updated NuGet packages * Update .gitignore * Deployment functionality (#152) * Overhaul PowerShell and Bicep 1-click deployment functionality * Update Bicep configurations * Update Databricks Deployment options * Update bicep deployment logic - tidy up namings and small bug fix with transform * Update gitignore for Functions App * Add PySpark notebooks to check a successful deployment of CF.Cumulus (#153) * Update README with Installation via BiCep and PowerShell guide (#154) * Develop Jira source connector (#155) * Adding linkedService: Ingest_LS_Jira_UserAuth * Updating linkedService: Ingest_LS_Jira_UserAuth * Updating linkedService: Ingest_LS_Jira_UserAuth * Updating linkedService: Ingest_LS_Jira_UserAuth * Updating linkedService: Ingest_LS_Jira_UserAuth * Updating linkedService: Ingest_LS_Jira_UserAuth * Updating linkedService: Ingest_LS_Jira_UserAuth * Adding JiraObject: Ingest_DS_Jira_UserAuth * Updating JiraObject: Ingest_DS_Jira_UserAuth * Adding pipeline: Ingest_PL_Jira * Updating pipeline: Ingest_PL_Jira * Updating pipeline: Ingest_PL_Jira * Updating pipeline: Ingest_PL_Jira * Updating pipeline: Ingest_PL_Jira * Updating pipeline: Ingest_PL_Jira * Update DefaultConnectionTypes.sql * Add V2.0 Oracle Linked Service (#156) * Adding linkedService: Ingest_LS_Oracle_V2_SIDAuth * Adding integrationRuntime: integrationRuntimeCumulusDataSources02 * Updating linkedService: Ingest_LS_Oracle_SIDAuth * Updating linkedService: Ingest_LS_Oracle_V2_SIDAuth * Updating linkedService: Ingest_LS_Oracle_V2_SIDAuth * Adding OracleTable: Ingest_DS_Oracle_V2_SIDAuth * Updating pipeline: Ingest_PL_Oracle * Updating pipeline: Ingest_PL_Oracle * Updating pipeline: Ingest_PL_Oracle * Update GetDatasetPayload.sql removed PSQL from the clause that adds a semicolon * Updating linkedService: Ingest_LS_Oracle_V2_SIDAuth * Updating linkedService: Ingest_LS_Oracle_SIDAuth * Updated gitignore to exclude integrationRuntime folder --------- Co-authored-by: MattPCollins <34279269+MattPCollins@users.noreply.github.com> * Develop unit tests (#157) * Databricks Module restructure * refactor notebooks to functions * Update file references * Update Ingest to reference new python files rather than notebooks * refactor pep8 naming * refactor pep8 naming convention * refactor pep8 naming conventions * integration test changes for pep8 formatting * refactor transform python pep8 naming conventions * Add python file references to Transform notebooks * Integration tests new Transform Managed Notebooks * Add further ingest tests and utils.HelperFunctions final tests * Add unit tests for remaining CheckPayloadFunctions * Update automated testing for python unit tests * update unit test workflow * amend pytest file path * amend pytest file path * Update pytest runner for correct paths --------- Co-authored-by: MattPCollins <MattPCollins> * Additional Unit tests for Databricks ingest functions (#158) * Develop shared unit tests (#159) * Additional utilities unit tests * update automated testing for python unit tests * Rename Databricks LS to be common for both ingest and transform (#150) * Adding linkedService: Common_LS_Databricks_Cluster_MIAuth * Updating linkedService: Common_LS_Databricks_Cluster_MIAuth * Updating pipeline: Ingest_PL_Merge * Updating pipeline: Transform_PL_Managed * Updating pipeline: Transform_PL_Unmanaged * Updating pipeline: Transform_PL_Unmanaged * Updating pipeline: Transform_PL_Managed * Adding linkedService: Common_LS_Databricks_JobCluster_MIAuth * Updating linkedService: Common_LS_Databricks_JobCluster_MIAuth * Updating pipeline: Transform_PL_Managed * Updating pipeline: Transform_PL_Unmanaged * Updating pipeline: Transform_PL_Managed * Updating pipeline: Ingest_PL_Merge * Update MetadataAsCodeCommon Script for updated LS names * Deleting linkedService: Transform_LS_Databricks_Cluster_MIAuth * Deleting linkedService: Ingest_LS_Databricks_Cluster_MIAuth * Deleting linkedService: Ingest_LS_Databricks_JobCluster_MIAuth --------- Co-authored-by: MattPCollins <34279269+MattPCollins@users.noreply.github.com> * Develop databricks cicd hotfix (#160) * Update Databricks CICD process * Update Databricks CICD process2 * Test DAB profile config * Test DAB profile config with script correction * Test DAB profile config with script correction * Extend DAB logic to test/prod and rename WS file refernces for databricks in ADF pipelines and metadata. * Databricks complete deploy in PS * Develop ADF and Func App CICD for test env (#161) * Update adf-cicd.yml adding additional parameters * Updating linkedService: Ingest_LS_Oracle_SIDAuth * Updating pipeline: Ingest_PL_Oracle * Updating linkedService: Ingest_LS_SQLServer_WinAuth * Updating linkedService: Ingest_LS_SQLServer_SQLAuth * Updating linkedService: Ingest_LS_SQLDB_SQLAuth * Update adf-cicd.yml adding additional parameters * Updating linkedService: Ingest_LS_Oracle_SIDAuth * Updating pipeline: Ingest_PL_Oracle * Updating linkedService: Ingest_LS_SQLServer_WinAuth * Updating linkedService: Ingest_LS_SQLServer_SQLAuth * Updating linkedService: Ingest_LS_SQLDB_SQLAuth * Updating pipeline: Ingest_PL_MSSQL * Update functions-cicd.yml * Adding integrationRuntime: SHIRcumulusDataSources02 * Updating linkedService: Ingest_LS_Oracle_SIDAuth * Updating linkedService: Ingest_LS_Oracle_SIDAuth * Develop sqlcicd to test (#165) * Update SQLCMD variables * update keyvault secret name * Added demo connection variables * Update sql-server-common-cicd.yml * Update Control SQLCMDs and MetadataAsCode * updates to ingest cicd * remove unused notebook and update transform cicd * Creating Metadata.core and metadata.data projs * create yml files for core, data and master * Update sql-server-master-cicd.yml * Add Pipeline dependencies and move yml files to folder * Add transform BL Notebooks, metadata as code and integration execution in dev. * Add transform BL Notebooks, metadata as code and integration execution in dev * rename transform pipelines * Pipeline name tidy-up --------- Co-authored-by: MattPCollins <mc12338@my.bristol.ac.uk> Co-authored-by: MattPCollins <34279269+MattPCollins@users.noreply.github.com> * Update transformExecution reference. * Update notebook path (#166) * Update notebook path * Update dim products notebook content. * Develop dimdate hotfix (#168) * Update dimdate typing * Updating DAB config for historic files * Updating DAB config for historic files * Updating DAB config for historic files * Updating DAB config for historic files * Updating DAB config for historic files * Updating DAB config for historic files * Updating DAB config for historic files * Updating transformloadstatus bug fix * Updating transformloadstatus bug fix * Develop sql cicd master fix (#171) * Update sql-server-master-cicd.yml * Update sql-server-core-cicd.yml * Update sql-server-core-cicd.yml * Update Script.PostDeployment.sql * Update Script.PostDeployment.sql * update stored procs to be permenent instead of temp * test original sql-server-core-cicd.yml with new stored procs * Update sql-server-core-cicd.yml * Update README with Getting Started and Marketplace information. (#170) * Update README with Getting Started and Marketplace information. * Develop 1 click powershell sql (#172) * Add template for Deploy SQL PS scripts * SQL powershell deployment * Add entra admin + sql creation * Uncommenting * revert bicepparam values * Community Deploy scripts --------- Co-authored-by: CFToby-Andrew <toby.andrew@cloudformations.org> * Create GetOrchestrationLineage.sql (#179) * Develop S3 Connector (#177) * Adding linkedService: AmazonS31 * Updating linkedService: AmazonS31 * Adding Parquet: Ingest_DS_Amazon_S3_Parquet * Adding linkedService: Ingest_LS_AmazonS3_AKAuth * Updating Parquet: Ingest_DS_Amazon_S3_Parquet * Adding pipeline: Ingest_PL_AmazonS3 * Deleting linkedService: AmazonS31 * update dataset payload stored proc * update default connection types * Adding linkedService: Ingest_LS_DataLake_AKAuth * Updating linkedService: Ingest_LS_DataLake_AKAuth * Deleting linkedService: Ingest_LS_DataLake_AKAuth --------- Co-authored-by: MattPCollins <34279269+MattPCollins@users.noreply.github.com> * Update publish_config.json * Update publish_config.json * Adding pipeline: Wait 1 (#181) Adding pipeline: Wait 2 * Update unmanaged notebook sp (#180) * updated stored proc * Updating pipeline: Transform_PL_Unmanaged --------- Co-authored-by: CFToby-Andrew <toby.andrew@cloudformations.org> * Clean-up actions (#182) * Update GitIgnore and remove pyc files * Update Node Version for ADF GitHub Workflow * Deleting dataset: Ingest_DS_Oracle_SIDAuth * Updating pipeline: Ingest_PL_Oracle * Deleting linkedService: Ingest_LS_Oracle_SIDAuth * fabric functions added * Develop mermaid (#183) * Commit changes for new Data Visualisations via mermaid + CICD Deployment fixes for SQL * Adding extended mermaid pipeline for ADO targets * Update deployment setting + latest lineage sproc changes * Include lineage fine tune + deployment script tweaks * Amend validation of deployment * Updating Function App deployments * Enhance pipeline instance description * Develop delta raw (#185) * Add support for Delta tables in raw * Improve flexibility of datasets with cross-storage locations and merge behaviour * Update test case * Add parametrisation to secret scope usage in Databricks (#187) * Add support for Delta tables in raw * Improve flexibility of datasets with cross-storage locations and merge behaviour * Update test case * Additional parameterisation flexibility for secret scopes * Develop ingest bugs (#188) * Update code for bugs related to ingest module. * Update schema and connection references * Update delta path * Update metadata for additional configurations in ingest metadata * Develop deployment (#189) * Update to deployment scripts and dependencies * Update to deployment scripts and dependencies * add explicit login functionality for CLI and Azure PowerShell * add further dependency checks + mermaid visualisations * add further mermaid visualisations supporting metadata * Update databricks CICD actions * Update databricks CICD actions and validate * Update databricks CICD actions and validate * Update databricks CICD actions and validate * Update python unit test pipeline * Refactor deployment scripts + fstrings in deployment check notebooks * Enable Logins * Readme Images Updated --------- Co-authored-by: Paul Andrew <paul@mrpaulandrew.com> --------- Co-authored-by: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Co-authored-by: CFToby-Andrew <toby.andrew@cloudformations.org> Co-authored-by: CFToby-Andrew <rubyghost63@gmail.com> Co-authored-by: Paul Andrew <paul@mrpaulandrew.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.