Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cosmos db spark connector name #21121

Merged
merged 1 commit into from
May 4, 2021

Conversation

moderakh
Copy link
Contributor

@moderakh moderakh commented May 3, 2021

rename the connector data source names:

"cosmos.items" -> "cosmos.oltp"
"cosmos.changeFeed" -> "cosmos.oltp.changeFeed"

// for write and query
spark.read.fromat("cosmos.oltp")

// for changefeed and streaming
spark.read.fromat("cosmos.oltp.changeFeed")

// using this name later for olap:
spark.read.fromat("cosmos.olap")

the intention is to reserve the space for both oltp and olap to distinguish between them in synapse

@moderakh moderakh merged commit bd1b98d into Azure:master May 4, 2021
@moderakh moderakh deleted the users/moderakh/connector-name branch May 4, 2021 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants