-
Notifications
You must be signed in to change notification settings - Fork 3k
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
fix(ingest/mssql): remove lower() method from sql_common get_db_name #10773
fix(ingest/mssql): remove lower() method from sql_common get_db_name #10773
Conversation
@mayurinehate @hsheth2 |
… add description updating-datahub
… add description updating-datahub
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly looks good. Minor change suggested in example in doc.
docs/how/updating-datahub.md
Outdated
|
||
Old `urn`, where `data_base_name` is `Some_Database`: | ||
``` | ||
- urn:li:dataset:(urn:li:dataPlatform:paltform,some_database.schema.entitie,ENV) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- urn:li:dataset:(urn:li:dataPlatform:paltform,some_database.schema.entitie,ENV) | |
- urn:li:dataJob:(urn:li:dataFlow:(mssql,demodata.Foo.stored_procedures,PROD),Proc.With.SpecialChar) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's change the example to be of dataJob as only dataJob and container URNs have changed and not that of dataset.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
docs/how/updating-datahub.md
Outdated
``` | ||
New `urn`, where `data_base_name` is `Some_Database`: | ||
``` | ||
- urn:li:dataset:(urn:li:dataPlatform:paltform,Some_Database.schema.entitie,ENV) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- urn:li:dataset:(urn:li:dataPlatform:paltform,Some_Database.schema.entitie,ENV) | |
- urn:li:dataJob:(urn:li:dataFlow:(mssql,DemoData.Foo.stored_procedures,PROD),Proc.With.SpecialChar) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
… add description updating-datahub (with dataJob urns)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@mayurinehate Thanks. |
@hsheth2 @mayurinehate |
b4af3cc
to
aa4061a
Compare
WalkthroughThe pull request introduces significant updates to the DataHub system, particularly affecting the Changes
Assessment against linked issues
Possibly related PRs
Suggested reviewers
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
… add description updating-datahub
… add description updating-datahub
… add description updating-datahub (with dataJob urns)
@hsheth2 How to reopen this PR back? Branch is still exists. |
@hsheth2 @mayurinehate |
@sleeperdeep the gh-pages one looked unrelated, so I've merged this in. |
@coderabbitai summary |
Closes #9857
Summary by CodeRabbit
Documentation
updating-datahub.md
document to reflect significant changes in the DataHub system, including URN migration and breaking changes across versions.New Features
Bug Fixes
Chores