LogoLogo
HomeGitHub RepoBook Demo
quilt-2-master
quilt-2-master
  • Introduction
  • Get started
    • Introduction
    • Install
    • Quick start
    • Work with packages
    • Articles
    • Examples
    • Run a Registry
  • API
    • Overview
    • Command line
    • Python
    • build.yml
    • quilt.yml requirements
    • Teams
    • R
  • Advanced Usage
    • Environment variables
    • Shared drives
    • Checks
    • Package composition
    • PySpark
  • Support
    • FAQ
    • Contact
  • Developer
    • Contributing
    • Fragment store
Powered by GitBook
On this page

Was this helpful?

  1. Advanced Usage

Package composition

The package keyword in build.yml allows packages to be built from other existing packages or components of existing packages.

Known Issues

Example build.yml:

---
contents:
  NODENAME:                                     # Create a package with a node called `NODENAME`
    package: OWNER/EXISTING_PACKAGE/DATAFRAME   # Pull its contents from a node, `DATAFRAME`, in an
                                                # existing package, `OWNER/EXISTING_PACKAGE`.
PreviousChecksNextPySpark

Last updated 5 years ago

Was this helpful?