You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
could you extend the demo repository for the deployment of the DLT Pipeline with Databricks Asset Bundles? I tried to deploy the code with DABs, but could not get the custom module imports work (I got a ModuleNotFoundError).
As stated in the Databricks Docs, when not using Repos, I added the repo root path in the sys.path ( sys.path.append(os.path.abspath('../'))) Variable from the pipeline code, but the imports still does not work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi @alexott,
could you extend the demo repository for the deployment of the DLT Pipeline with Databricks Asset Bundles? I tried to deploy the code with DABs, but could not get the custom module imports work (I got a ModuleNotFoundError).
As stated in the Databricks Docs, when not using Repos, I added the repo root path in the
sys.path
(sys.path.append(os.path.abspath('../'))
) Variable from the pipeline code, but the imports still does not work.Help would be appreciated.
Kind regards
Robin
Beta Was this translation helpful? Give feedback.
All reactions