One more thing, the format of the tap stream id th...
# singer-tap-development
b
One more thing, the format of the tap stream id that I am producing in the schema is
iceberg_catalog.iceberg_table
, I am having issues selecting specific streams and I am thinking this is due to the format of the tap stream id but can't find any threads on a workaround. May just end up changing the name of the tap stream id to solve this.
e
Taps that have namespaces usually do
<namespace>-<table>
, and targets can normally handle this and map the schema part to their own schemas/namespaces.
1
b
Got this implemented, thanks
👍 1