Skip to content
Discussion options

You must be logged in to vote

You can combine your AssetSelection objects using the “|”, “&”, and “-” operators to create unions, intersections, and differences of selections, respectively.

For example, to select the union of your two selection objects:

remit_professional_pipeline = define_asset_job(
    name="Remit_Professional_Build",
    selection=(
        remit_professional_asset_selector | remit_professional_end_table_selector
    ),
)

References:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rexledesma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
integration: dbt Related to dagster-dbt area: asset Related to Software-Defined Assets
1 participant