mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-04 06:33:10 +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
|