Hello, I am new to meltano, I am trying to retriev...
# getting-started
a
Hello, I am new to meltano, I am trying to retrieve data from my snowflake table, but it kept throwing Only INCREMENTAL and FULL TABLE replication methods are supported
p
Hey @adam_mustapha, welcome! Ah yeah you'll need to set the replication method metadata for the tap, heres a link to an example of a full sync configuration.
a
Thanks @pat_nadolny I will try it out, I hope it works out for me.
@pat_nadolny this is what I received Plugin configuration is invalid No RECORD message received
metadata: '*': replication-method: FULL_TABLE select: - '*.TEST_DEV_TABLE.name'
p
@adam_mustapha hmm maybe your selection criteria isnt resulting in any data. Can you try replacing
name
with
*
like `-
*.TEST_DEV_TABLE.*
a
Ok
Thanks @pat_nadolny I got it... Thanks
p
Awesome!! I think Snowflake uppercase column names so if you want to select only
name
you probably need to define it like
NAME
a
Meltano Is awesome, Today is my first day of trying it. Thanks to Meltano Team