Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1015 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 1015 Bytes

📚 Documentation

Table of contents

Installing extra packages

Mage also has the following extras:

  • spark: to use Spark in your Mage pipeline
  • bigquery: to connect to BigQuery for data import or export
  • hdf5: to process HDF5 file format
  • postgres: to connect to PostgreSQL for data import or export
  • redshift: to connect to Redshift for data import or export
  • s3: to connect to S3 for data import or export
  • snowflake: to connect to Snowflake for data import or export
  • all: to install all of the above to use all functionalities
pip install "mage-ai[spark]"

Install errors

You may need to install development libraries for MIT Kerberos to use some Mage features. On Ubuntu, this can be installed as:

apt install libkrb5-dev

Templates