8000 GitHub - sarmil/dask-modules: Moduler som provisjonerer nødvendig infrastruktur i GCP-prosjektet til team som onboardes dataplattformen
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Moduler som provisjonerer nødvendig infrastruktur i GCP-prosjektet til team som onboardes dataplattformen

Notifications You must be signed in to change notification settings

sarmil/dask-modules

 
 

Repository files navigation

dask-modules

This repository includes Terraform modules and the PyPI package dask-felleskomponenter, both maintained by DASK. The Terraform modules are used to provision infrastructure for teams being onboarded to the data platform. The Python library contains functions designed to simplify the development of data products within Databricks notebooks. You can read more about this here.

How to use the modules from other repos

Modules must be referenced in the source definition as follows:

# Reference module defined in dbx_workspace_create
module "grant_access_to_table" {
  source   = "git::https://github.com/kartverket/dask-modules//terraform/modules/dbx_grant_table_access?ref=<hash/tag/branch>"
  # ...
}

Be aware of the double slash after dask-modules. This indicates to Terraform that the remaining path after // is a sub-directory within the package.

About

Moduler som provisjonerer nødvendig infrastruktur i GCP-prosjektet til team som onboardes dataplattformen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.5%
  • HCL 29.5%
0