Skip to content

Commit

Permalink
Merge pull request #841 from rudderlabs/hotfix-release/v1.45.2
Browse files Browse the repository at this point in the history
chore(release): pull hotfix-release/v1.45.2 into main
  • Loading branch information
Vikas26021999 authored Aug 16, 2023
2 parents 27d6b64 + 2266adc commit 924cdc3
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.45.2](https://github.com/rudderlabs/rudder-config-schema/compare/v1.45.1...v1.45.2) (2023-08-16)


### Bug Fixes

* catalog for databricks ([#840](https://github.com/rudderlabs/rudder-config-schema/issues/840)) ([316a0de](https://github.com/rudderlabs/rudder-config-schema/commit/316a0deffd1ddc1d63231874c35e98df8e248c27))
* enabling mirror mode for databricks rETL ([#837](https://github.com/rudderlabs/rudder-config-schema/issues/837)) ([7b93ebb](https://github.com/rudderlabs/rudder-config-schema/commit/7b93ebb29ae2a100dec0ab069a7ce925b932c456))
* releasing databricks to all customers ([#839](https://github.com/rudderlabs/rudder-config-schema/issues/839)) ([5020408](https://github.com/rudderlabs/rudder-config-schema/commit/5020408e8e3d2438236f38e1dee565e34196fec1))

### [1.45.1](https://github.com/rudderlabs/rudder-config-schema/compare/v1.45.0...v1.45.1) (2023-08-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rudder-config-schema",
"version": "1.45.1",
"version": "1.45.2",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
5 changes: 3 additions & 2 deletions src/configurations/sources/databricks/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"displayName": "Databricks",
"options": {
"syncBehaviours": [
"upsert"
"upsert",
"mirror"
],
"isSqlModelSupported": true,
"hidden": true
"hidden": false
},
"type": "warehouse"
}
10 changes: 10 additions & 0 deletions src/configurations/sources/databricks/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
"required": true,
"addInAccountSummary": false,
"secret": true
},
{
"type": "textInput",
"label": "Catalog",
"value": "catalog",
"regex": "^(.{0,100})$",
"regexErrorMessage": "Invalid Value",
"required": false,
"addInAccountSummary": true,
"trim": true
}
]
}
Expand Down

0 comments on commit 924cdc3

Please sign in to comment.