Questions tagged [elt]

4 questions
1
vote
1 answer

Configure Dataform incremental table to do nothing when matched

When creating an incremental table, the behavior is that when there is a matched, defined by "uniqueKey", the other fields will be updated. I would like to, instead, not update when there is a match, and only insert new rows without duplicates. How…
Khanetor
  • 11,595
  • 8
  • 40
  • 76
0
votes
0 answers

Talend Using Custom SQL Template

So i would like to use the tSqlTemplate componente to delete all entries from a MySql database table. Should be simple enough: here is the what the template looks like: however i can't do anything with it, since i am unable to select it: as you…
user2550228
  • 165
  • 1
  • 5
0
votes
1 answer

Disable Airbyte SSL Verification for custom api connector

I'm setting up a custom connector in an opensource installation of airbyte, to get data from an api. The problem is that the api's ssl certificate is self signed and airbyte is complaining about it. Is there a way to disable ssl verification? ps:…
0
votes
1 answer

loading CSV data into Snowflake schema

I am fairly new to Snowflake and am trying to export data from CSV files into a snowflake schema, but I am a bit lost. There’s 5 CSV files in a folder, and I have to use an internal tool to export the data from all 5 files into a table in a…
Simran
  • 1
  • 1