Replies: 1 comment 6 replies
-
|
hey @dekinf could you try adding streams:
my_schema.my_table:
select: [col1, col2]
sql: |
select {fields} from {stream_schema}.{stream_table} |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m working on a Sling replication and I’d like to exclude a couple of source columns. I succeeded in doing this using the select parameter (for example [-col_name]) which is great. However, at the same time I need to use the sql parameter (a custom SQL) for the stream. Is it possible to combine select with sql in a replication so I can both run custom SQL and exclude certain columns? If not, is there any recommended best practice for excluding columns when using sql in Sling?
Thanks in advance for any tips!
Beta Was this translation helpful? Give feedback.
All reactions