cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FranPérez
by New Contributor III
  • 20414 Views
  • 10 replies
  • 7 kudos

set PYTHONPATH when executing workflows

I set up a workflow using 2 tasks. Just for demo purposes, I'm using an interactive cluster for running the workflow. { "task_key": "prepare", "spark_python_task": { "python_file": "file...

  • 20414 Views
  • 10 replies
  • 7 kudos
Latest Reply
Kamil128
New Contributor II
  • 7 kudos

We’re facing the same issue while trying to implement Databricks Asset Bundles (DAB).We’ve checked multiple possibilities, and it looks like packaging the code as a wheel or using `sys.path.append` are the only viable options.It looks like Databricks...

  • 7 kudos
9 More Replies
ksilva
by New Contributor II
  • 6732 Views
  • 4 replies
  • 4 kudos

Incorrect secret value when loaded as environment variable

I recently faced an issue that took good hours to identify. I'm loading an environment variable with a secretENVVAR: {{secrets/scope/key}}The secret is loaded in my application, I could verify it's there, but its value is not correct. I realised tha...

  • 6732 Views
  • 4 replies
  • 4 kudos
Latest Reply
danmlopsmaz
New Contributor III
  • 4 kudos

Hi team, is there an update or fix for this?

  • 4 kudos
3 More Replies
Labels