This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 5882461  Removed the databaseName from configuration of snowflake 
source (#60)
5882461 is described below

commit 58824614950db5b20a05943bcd0799bfc34d0782
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Feb 15 11:18:19 2024 +0100

    Removed the databaseName from configuration of snowflake source (#60)
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 jbang/snowflake-migration/snowflake-to-snowflake.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/jbang/snowflake-migration/snowflake-to-snowflake.yaml 
b/jbang/snowflake-migration/snowflake-to-snowflake.yaml
index 382e345..7b423ac 100644
--- a/jbang/snowflake-migration/snowflake-to-snowflake.yaml
+++ b/jbang/snowflake-migration/snowflake-to-snowflake.yaml
@@ -20,7 +20,6 @@
       uri: "kamelet:snowflake-source"
       parameters:
         instanceUrl: "{{sf_instance_url}}"
-        databaseName: '"SNOWFLAKE_SAMPLE_DATA"."TPCH_SF1000"'
         query: "{{query}}"
         username: "{{sf_username}}"
         password: "{{sf_password}}"

Reply via email to