Registry / devops / databricks-modules-vy

databricks-modules-vy

JSON →
library1.1.22pypypi✓ verified 81d ago

A collection of Python modules for Databricks workflows at Vy (Norwegian State Railways). Version 1.1.22 requires Python >=3.8. Release cadence is irregular; primarily internal tooling.

pip install databricks-modules-vy
INSTALL
IMPORT
SIG · DATABRICKS-MODULES
D
databricks-modules-vy
devopspythonv1.1.22
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

databricks_modules_vy
import databricks_modules_vy
import databricks_modules

Deploy a Databricks job using environment variables for authentication.

import os from databricks_modules.deploy import deploy_job databricks_host = os.environ.get('DATABRICKS_HOST', '') databricks_token = os.environ.get('DATABRICKS_TOKEN', '') deploy_job( host=databricks_host, token=databricks_token, job_name='example_job', notebook_path='/Users/example/notebook' )
Debug
Known issues
gotchaThe library is developed internally at Vy; external users may encounter undocumented behavior.
fix
Refer to internal documentation or source code on GitHub.
affects: all
deprecatedSome functions may be deprecated without notice; check the GitHub repo for updates.
fix
Upgrade to the latest version and review changelog.
affects: <1.2.0
breakingBreaking changes may occur between minor versions due to internal alignment.
fix
Pin your version and test before upgrading.
affects: >=1.1.0
Upgrade
Version history
1.1.22latest on PyPI · released Apr 17, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
databricks-modules-vy — pip install databricks-modules-vy · libregistry