mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 12:39:01 +00:00
6 lines
140 B
Bash
6 lines
140 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
source env/bin/activate
|
|
echo "Ingesting Data using scheduler"
|
|
python ingestion_scheduler/scheduler.py
|