Deprecated Git integration

In an analytics project with deprecated Git integration (Git integration with locking), you can work both with code assets, like notebooks or Python and R scripts, tool-specific assets such as Data Refinery flows, and Decision Optimization models, and data assets like CSV files.

These assets are stored in a Git repository, but in different subdirectories of the repository. Jupyterlab code assets are stored in assets/jupyterlab, RStudio code assets in assets/rstudio and data assets in assets/data_asset. All other directories in the repository are used to store the tool-specific assets along with other metadata for the project.

Assets in the Git repository can be added as project assets. All these assets are listed on the project's Assets page, including the code assets, but the code assets themselves are read-only and can be edited only in the appropriate IDE.

You need to enable Git integration at the time you create a project:

Important:

Parent topic: Projects