-
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
docs(ingest): Rename csv / s3 / file source and sink #10675
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,8 +148,12 @@ clean { | |
delete 'tmp' | ||
delete 'build' | ||
delete 'just' | ||
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') | ||
Comment on lines
+151
to
+156
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Deleting files that are not persisted by git |
||
delete 'graphql/combined.graphql' | ||
yarnClear | ||
} | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -259,7 +259,8 @@ | |
|
||
delta_lake = { | ||
*s3_base, | ||
"deltalake>=0.6.3, != 0.6.4", | ||
"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'", | ||
Comment on lines
+263
to
+264
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. can we also link to the issue delta-io/delta-rs#2577 |
||
} | ||
|
||
powerbi_report_server = {"requests", "requests_ntlm"} | ||
|
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