cancel
Showing results for 
Search instead for 
Did you mean: 
greengil
Contributor
since ‎12-09-2025
3 weeks ago

User Stats

  • 22 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

So we got the Lakeflow Connect set up with Jira working and so far so good.  But when running the ETL pipeline to inject Jira data into Databricks, there's one table (isssue_with_deletes) fails due to the following error (partially shown).  We have f...
We need to import large amount of Jira data into Databricks, and should import only the delta changes.  What's the best approach to do so?  Using the Fivetran Jira connector or develop our own Python scripts/pipeline code?  Thanks.
In Oracle, I create schemas and tables and link tables together via the primary/foreign key to do SQL queries.In Databricks, I notice that I can create tables, but how do I link tables together for querying?  Does Databricks queries need the key in t...
Hello - I am following some online code to create a function as follows:-----------------------------------------CREATE OR REPLACE FUNCTION my_catalog.my_schema.insert_data_function(col1_value STRING,col2_value INT)RETURNS BOOLEANCOMMENT 'Inserts dat...