-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
docs(ingest): Rename csv / s3 / file source and sink #10675
Conversation
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.
Some somewhat significant changes, would appreciate a deep review on the non-md changes
delete 'sphinx/venv' | ||
delete 'sphinx/_build' | ||
delete 'versioned_docs' | ||
delete fileTree(dir: 'genDocs', exclude: '.gitignore') | ||
delete fileTree(dir: 'docs', exclude: '.gitignore') | ||
delete fileTree(dir: 'genStatic', exclude: '.gitignore') |
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.
Deleting files that are not persisted by git
.gitignore
Outdated
datahub-executor/ | ||
datahub-integrations-service/ | ||
metadata-ingestion-modules/ |
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.
Think this is fine to include? Tired of seeing these directories when switching repos
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.
should be metadata-ingestion-modules/acryl-cloud
"deltalake>=0.6.3, != 0.6.4, < 0.18.0; platform_system == 'Darwin' and platform_machine == 'arm64'", | ||
"deltalake>=0.6.3, != 0.6.4; platform_system != 'Darwin' or platform_machine != 'arm64'", |
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.
Seems like 0.18.0 is broken on ARM macs. Can alternately just forbid version 0.18.0 but may run into the same issue on the next version
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.
can we also link to the issue delta-io/delta-rs#2577
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.
Thanks for cleaning this up
.gitignore
Outdated
datahub-executor/ | ||
datahub-integrations-service/ | ||
metadata-ingestion-modules/ |
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.
should be metadata-ingestion-modules/acryl-cloud
"deltalake>=0.6.3, != 0.6.4, < 0.18.0; platform_system == 'Darwin' and platform_machine == 'arm64'", | ||
"deltalake>=0.6.3, != 0.6.4; platform_system != 'Darwin' or platform_machine != 'arm64'", |
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.
can we also link to the issue delta-io/delta-rs#2577
Checklist