-
Notifications
You must be signed in to change notification settings - Fork 3
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
Sync 0.12.0 - publish to new repo #145
base: master
Are you sure you want to change the base?
Conversation
datahub-project#8788) Co-authored-by: Indy Prentice <[email protected]> Co-authored-by: David Leifker <[email protected]>
Co-authored-by: Jeff Merrick <[email protected]>
datahub-project#8754) Co-authored-by: pi-skrydalewicz-ext <[email protected]> Co-authored-by: amanda-her <[email protected]>
…et (datahub-project#8541) Co-authored-by: Ramendra Srivastava <[email protected]>
Co-authored-by: Shirshanka Das <[email protected]>
…ahub-project#8818) Co-authored-by: Indy Prentice <[email protected]>
Co-authored-by: Indy Prentice <[email protected]>
…-project#8821) Co-authored-by: Indy Prentice <[email protected]>
…project#8642) Co-authored-by: Andrew Sikowitz <[email protected]>
…roject#8810) Co-authored-by: Harshal Sheth <[email protected]>
…ams (datahub-project#8817) Co-authored-by: Ethan Cartwright <[email protected]>
… better error messages (datahub-project#8837)
This reverts commit e40f0b2.
This reverts commit 47607f2.
This reverts commit 02672bc.
… and revert last commit""" This reverts commit 6e2b2e9.
…ert last commit"" This reverts commit 6579b00.
… commit" This reverts commit 24eb726.
include updateindex in changeevent method
set shard set in create-indices.sh
update index_template.json with shard size
set shard size
set shard size for event_template.json
This reverts commit a7473cb.
This reverts commit cd805fd.
This reverts commit 74e24ad.
This reverts commit 313c8bb.
token: ${{ secrets.CODECOV_TOKEN }} | ||
directory: . | ||
fail_ci_if_error: false | ||
flags: airflow-${{ matrix.python-version }}-${{ matrix.extraPythonRequirement }} |
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.
[actionlint] reported by reviewdog 🐶
property "extrapythonrequirement" is not defined in object type {extra_pip_extras: string; extra_pip_requirements: string; python-version: number} [expression]
platforms: linux/amd64,linux/arm64/v8 | ||
- name: Compute DataHub Ingestion (Base) Tag | ||
id: tag | ||
run: echo "tag=${{ steps.filter.outputs.datahub-ingestion-base == 'true' && needs.setup.outputs.unique_tag || 'head' }}" >> $GITHUB_OUTPUT |
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.
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:1:120: Double quote to prevent globbing and word splitting [shellcheck]
platforms: linux/amd64,linux/arm64/v8 | ||
- name: Compute DataHub Ingestion (Base-Slim) Tag | ||
id: tag | ||
run: echo "tag=${{ steps.filter.outputs.datahub-ingestion-base == 'true' && needs.setup.outputs.unique_slim_tag || 'head-slim' }}" >> $GITHUB_OUTPUT |
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.
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:1:130: Double quote to prevent globbing and word splitting [shellcheck]
platforms: linux/amd64,linux/arm64/v8 | ||
- name: Compute DataHub Ingestion (Base-Full) Tag | ||
id: tag | ||
run: echo "tag=${{ steps.filter.outputs.datahub-ingestion-base == 'true' && needs.setup.outputs.unique_full_tag || 'head' }}" >> $GITHUB_OUTPUT |
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.
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:1:125: Double quote to prevent globbing and word splitting [shellcheck]
platforms: linux/amd64,linux/arm64/v8 | ||
- name: Compute Tag | ||
id: tag | ||
run: echo "tag=${{ (steps.filter.outputs.datahub-ingestion-base == 'true' || steps.filter.outputs.datahub-ingestion == 'true') && needs.setup.outputs.unique_slim_tag || 'head-slim' }}" >> $GITHUB_OUTPUT |
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.
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:1:184: Double quote to prevent globbing and word splitting [shellcheck]
platforms: linux/amd64,linux/arm64/v8 | ||
- name: Compute Tag (Full) | ||
id: tag | ||
run: echo "tag=${{ (steps.filter.outputs.datahub-ingestion-base == 'true' || steps.filter.outputs.datahub-ingestion == 'true') && needs.setup.outputs.unique_tag || 'head' }}" >> $GITHUB_OUTPUT |
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.
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:1:174: Double quote to prevent globbing and word splitting [shellcheck]
platforms: linux/amd64,linux/arm64/v8 | ||
- name: Compute Tag | ||
id: tag | ||
run: echo "tag=${{ (steps.filter.outputs.datahub-ingestion-base == 'true' || steps.filter.outputs.datahub-ingestion == 'true' || steps.filter.outputs.ingest-api == 'true' ) && needs.setup.outputs.unique_slim_tag || 'head-slim' }}" >> $GITHUB_OUTPUT |
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.
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:1:230: Double quote to prevent globbing and word splitting [shellcheck]
Checklist