cancel
Showing results for 
Search instead for 
Did you mean: 
MikeGo
Valued Contributor
since ‎02-22-2024
‎04-27-2026

User Stats

  • 71 Posts
  • 0 Solutions
  • 5 Kudos given
  • 1 Kudos received

User Activity

Hi team, is it possible to specify models for genie space? Thanks.
Hi team,When using table update or file arrival trigger, what latency I can expect for the trigger. Does Databricks poll the source by some schedule? If yes, whether the poll is free?Thanks
Hi team,I want to create a job and install some libs to job cluster.1. For job cluster, understand we can specify libraries under task, but if I want to install the lib to the whole cluster seems the only way is to use init script right?2. In my env,...
Hi team,I want to add some shared libs which might be used by many repos, e.g. some util functions which might be used by any repos.1. What is the recommended way to add those libs? E.g. create a separate repo and reference it in another repo?2. How ...
Hi team,I have a delta table src, and somehow I want to replicate it to another table tgt with CDF, sort of (spark .readStream .format("delta") .option("readChangeFeed", "true") .table('src') .writeStream .format("delta") ...
Kudos from