Skip to content
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

python(feature): multi-asset ingestion + automatic flow updates #66

Merged
merged 4 commits into from
Jul 1, 2024

Conversation

solidiquis
Copy link
Collaborator

@solidiquis solidiquis commented Jul 1, 2024

Changes

This PR adds the ability to register a new flow during run-time in an ergonomic manner as well as introducing a multi-telemetry-config manager to be able to telemeter for multiple assets or configs.

manager = IngestionServicesManager.from_telementry_configs(grpc_channel, {
    "config_a": config_a,
    "config_b": config_b,
})

with manager.ingestion_service("config_a") as config_a:
    config_a.try_ingest_flow(...)

with manager.ingestion_service("config_b") as config_b:
    config_b.try_ingest_flow(...)

Copy link
Collaborator

@zachAtSiftStack zachAtSiftStack left a comment

Choose a reason for hiding this comment

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

Auto approving to get release candidate out.

@solidiquis solidiquis merged commit e7e59e6 into main Jul 1, 2024
4 checks passed
@solidiquis solidiquis deleted the python/feature-multi-asset-telemetry branch July 1, 2024 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants