Skip to content

Modify and consume the new consolidated config file format with updated data-source section #959

@Aniruddh25

Description

@Aniruddh25

As per the rfc #935, we need to move the cosmos specific section which today is here:

to the options property under the data-source section:

{
  "$schema": "dab.draft-01.schema.json",
  "data-source": {
    "database-type": "cosmos",
    "options": {
      "database": "",
       "schema": ""
    },
    "connection-string": "AccountEndpoint=https://localhost:8081/;AccountKey=REPLACEME;"
  }
}

Metadata

Metadata

Labels

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions