Skip to content

Comments

Seed Assets: Destination table name inference from table name#1688

Merged
aryahassibi merged 1 commit intomainfrom
fix/seed-destination-table-inference
Feb 17, 2026
Merged

Seed Assets: Destination table name inference from table name#1688
aryahassibi merged 1 commit intomainfrom
fix/seed-destination-table-inference

Conversation

@aryahassibi
Copy link
Contributor

@aryahassibi aryahassibi commented Feb 16, 2026

Summary

Seed assets now infer destination schema/database from connection details when the asset name is unqualified, matching SQL asset behavior.

  • Unqualified seed names now resolve as:
    • Athena, ClickHouse: database.table (fallback default.table)
    • Postgres, Redshift, Snowflake: schema.table when schema is configured
  • Qualified names are unchanged.
  • Unsupported destination schemes are unchanged.

Manual Tests

events.asset.yml

name: events
type: athena.seed
parameters:
  path: events.csv

Now

Screenshot 2026-02-16 at 18 32 35

Before

Screenshot 2026-02-16 at 18 32 54

@aryahassibi aryahassibi changed the title feat(ingestr): implement destination table name inference for seed as… Seed Assets: Destination table name inference from table name Feb 16, 2026
@aryahassibi aryahassibi merged commit 8926ac2 into main Feb 17, 2026
8 checks passed
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