jwills / target-duckdb

A Singer.io target for DuckDB
Other
17 stars 12 forks source link

fix: Check catalog name when looking for existing schemas #26

Closed edgarrmondragon closed 1 year ago

edgarrmondragon commented 1 year ago

Problem

Closes https://github.com/jwills/target-duckdb/issues/25.

Proposed changes

Adds catalog name to the filter when checking for existing schemas when creating a new schema.

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply

Checklist

edgarrmondragon commented 1 year ago

Hmm I set MOTHERDUCK_TOKEN in my fork but the action is not using that?