-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Report stale metadata asset #28903
Report stale metadata asset #28903
Conversation
airbyte-ci/connectors/metadata_service/orchestrator/orchestrator/assets/github.py
Outdated
Show resolved
Hide resolved
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.
Great straightforward implementation. Just wondiering how the interaction with github files works.
airbyte-ci/connectors/metadata_service/orchestrator/orchestrator/assets/github.py
Outdated
Show resolved
Hide resolved
|
||
|
||
@asset(required_resource_keys={"latest_metadata_file_blobs"}, group_name=GROUP_NAME) | ||
def stale_github_metadata_file(context, github_metadata_file_md5s: dict) -> OutputDataFrame: |
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.
neat function 👏
airbyte-ci/connectors/metadata_service/orchestrator/orchestrator/resources/github.py
Show resolved
Hide resolved
destination-databend test report (commit
|
Step | Result |
---|---|
Validate airbyte-integrations/connectors/destination-databend/metadata.yaml | ✅ |
Connector version semver check | ✅ |
QA checks | ✅ |
Code format checks | ✅ |
Connector package install | ✅ |
Build destination-databend docker image for platform linux/x86_64 | ✅ |
Unit tests | ✅ |
Integration tests | ❌ |
☁️ View runs for commit in Dagger Cloud
Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command
airbyte-ci connectors --name=destination-databend test
destination-convex test report (commit
|
Step | Result |
---|---|
Validate airbyte-integrations/connectors/destination-convex/metadata.yaml | ✅ |
Connector version semver check | ✅ |
QA checks | ✅ |
Code format checks | ✅ |
Connector package install | ✅ |
Build destination-convex docker image for platform linux/x86_64 | ✅ |
Unit tests | ✅ |
Integration tests | ✅ |
☁️ View runs for commit in Dagger Cloud
Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command
airbyte-ci connectors --name=destination-convex test
destination-amazon-sqs test report (commit
|
Step | Result |
---|---|
Validate airbyte-integrations/connectors/destination-amazon-sqs/metadata.yaml | ✅ |
Connector version semver check | ✅ |
QA checks | ✅ |
Code format checks | ✅ |
Connector package install | ✅ |
Build destination-amazon-sqs docker image for platform linux/x86_64 | ✅ |
Unit tests | ✅ |
Integration tests | ✅ |
☁️ View runs for commit in Dagger Cloud
Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command
airbyte-ci connectors --name=destination-amazon-sqs test
destination-aws-datalake test report (commit
|
Step | Result |
---|---|
Validate airbyte-integrations/connectors/destination-aws-datalake/metadata.yaml | ✅ |
Connector version semver check | ✅ |
QA checks | ✅ |
Code format checks | ✅ |
Connector package install | ✅ |
Build destination-aws-datalake docker image for platform linux/x86_64 | ✅ |
Unit tests | ✅ |
Integration tests | ✅ |
☁️ View runs for commit in Dagger Cloud
Please note that tests are only run on PR ready for review. Please set your PR to draft mode to not flood the CI engine and upstream service on following commits.
You can run the same pipeline locally on this branch with the airbyte-ci tool with the following command
airbyte-ci connectors --name=destination-aws-datalake test
Co-authored-by: Augustin <augustin@airbyte.io>
5c643c9
to
40ae367
Compare
Overview
Adds a new report to dagster that shows if files in the github repo are out of date with latest
This is part of #27853
is waiting on code in #28759 to complete the slack notification portion