βIceberg
Instructions for installation and configuration of the Iceberg Agent
Instructions
What do you need for the install?
Installation command
docker run -it --pull=always --mount type=bind,source=/local/path/to/config/iceberg.yaml,target=/workspace/iceberg_agent.yaml,readonly -e AWS_REGION={YOUR_AWS_REGION} -e AWS_ACCOUNT_ID={YOUR_AWS_ACCOUNT_ID} -e AWS_ACCESS_KEY_ID=$(aws configure get aws_access_key_id) -e AWS_SECRET_ACCESS_KEY=$(aws configure get aws_secret_access_key) -e AWS_SESSION_TOKEN=$(aws configure get aws_session_token) -e AWS_ACCOUNT_ID={YOUR_AWS_ACCOUNT_ID} -e LARIAT_TMP_AWS_ACCESS_KEY_ID={PREFILLED_BY_UI} -e LARIAT_TMP_AWS_SECRET_ACCESS_KEY={PREFILLED_BY_UI} -e LARIAT_API_KEY={PREFILLED_BY_UI} -e LARIAT_APPLICATION_KEY={PREFILLED_BY_UI} lariatdata/install-aws-iceberg-agent:latest installcatalog:
glue:
databases:
DATABASE_NAME:
- TABLE_NAME:
uri: "s3://location_of_data/prefix/to/location/"
- TABLE_NAME_2:
uri: "s3://location_of_data/prefix/to/location/"
postgres:
user: $POSTGRES_USER
password: $POSTGRES_PASSWORD
host: $POSTGRES_HOST_NAME
port: $POSTGRES_PORT
databases:
DATABASE_NAME:
- TABLE_NAME:
uri: "s3://location_of_data/prefix/to/location/"
source_id: unique_source_idPost-Install Setup




Last updated