Skip to content

feat(ingestion): add ability to exclude archived mode reports.#2

Open
NehaGslab wants to merge 37 commits into
masterfrom
feature-mode-skip-archived-reports
Open

feat(ingestion): add ability to exclude archived mode reports.#2
NehaGslab wants to merge 37 commits into
masterfrom
feature-mode-skip-archived-reports

Conversation

@NehaGslab

Copy link
Copy Markdown
Owner

No description provided.

@github-actions

github-actions Bot commented Oct 9, 2025

Copy link
Copy Markdown

Hello @NehaGslab 😄

Thank you so much for opening a pull request!

Image
You can check out your contributor card and see all your past stats here!

reports_page = [
report
for report in reports_page
if report["archived"] is False

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it would be good idea to keep num_archived_excluded or so counter for observability.

anshbansal and others added 14 commits October 10, 2025 19:29
… invite token (datahub-project#14941)

Co-authored-by: Deepak Garg <deepak.garg@datahub.com>
Co-authored-by: trialiya <trialiya@gmail.com>
Co-authored-by: Deepak Garg <deepak.garg@datahub.com>
Addressed review comments

Co-authored-by: Tamas Nemeth <treff7es@gmail.com>
Co-authored-by: Deepak Garg <deepak.garg@datahub.com>
Adds two tasks reload and reloadEnv which work with any debug quickstart profile. They automatically detect the running profile to restart the correct set of services based on the running profile. The earlier profile specific tasks DebugReload[Env] are no longer needed (but still present, they now just delegate the call to these new tasks.

This also now handles ReloadEnv correctly for services that support hot-reloading. Some of the python service container names were not consistent across profiles, so this now detects the names based on the prefix as part of the auto-detection of running profile and services.

Copy link
Copy Markdown

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: SC2004:style:24:13: $/${} is unnecessary on arithmetic variables [shellcheck]

Copy link
Copy Markdown

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:26:10: Double quote to prevent globbing and word splitting [shellcheck]

Copy link
Copy Markdown

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:56:20: Double quote to prevent globbing and word splitting [shellcheck]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.