"class": algorithms.Blowfish, [2022-07-28 19:36:58...
# ingestion
a
"class": algorithms.Blowfish, [2022-07-28 193658,839] INFO {datahub.cli.ingest_cli:170} - DataHub CLI version: 0.8.41.2 [2022-07-28 193659,267] INFO {datahub.ingestion.run.pipeline:163} - Sink configured successfully. DataHubRestEmitter: configured to talk to http://localhost:8080 Illegal instruction (core dumped)
g
Hi @alert-fall-82501 Could you please share the below details • Your source recipe (trim the credentials if any) • Deployment flavor (quickstart or k8s) • Steps to reproduce the issue • run your ingestion with --debug flag and redirect the output to a file and share that file. Example command ◦ datahub --debug ingest run -c <path-to-the-recipe> &> /tmp/ingestion.logs
a
YAML FILE
Copy code
source:
  type: "mysql"
  config:
    username : "datahub"
    password : "datahub"
    host_port: "localhost:3306"


sink:

  type : "datahub-rest"
  config :
    server : "<http://localhost:8080>"
datahub putting the command
datahub quickstart file.yaml
kiranto@administrator-HCL-Desktop:~/Documents/datalake/datahub/airflow/dags/datahub/recipes/dev/datahubnew$ datahub --debug ingest run -c reciepe.yaml /usr/lib/python3/dist-packages/requests/__init__.py89 RequestsDependencyWarning: urllib3 (1.26.11) or chardet (3.0.4) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported " /usr/lib/python3/dist-packages/paramiko/transport.py219 CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish, [2022-08-02 132130,314] DEBUG {datahub.telemetry.telemetry:202} - Sending init Telemetry [2022-08-02 132131,538] DEBUG {datahub.telemetry.telemetry:235} - Sending Telemetry [2022-08-02 132131,859] INFO {datahub.cli.ingest_cli:170} - DataHub CLI version: 0.8.41.2 [2022-08-02 132131,863] DEBUG {datahub.cli.ingest_cli:178} - Using config: {'source': {'type': 'mysql', 'config': {'username': 'datahub', 'password': 'datahub', 'host_port': 'localhost:3306'}}, 'sink': {'type': 'datahub-rest', 'config': {'server': 'http://localhost:8080'}}} [2022-08-02 132131,998] DEBUG {datahub.ingestion.sink.datahub_rest:69} - Setting env variables to override config [2022-08-02 132131,998] DEBUG {datahub.ingestion.sink.datahub_rest:71} - Setting gms config [2022-08-02 132131,999] DEBUG {datahub.ingestion.run.pipeline:162} - Sink type:datahub-rest,<class 'datahub.ingestion.sink.datahub_rest.DatahubRestSink'> configured [2022-08-02 132131,999] INFO {datahub.ingestion.run.pipeline:163} - Sink configured successfully. DataHubRestEmitter: configured to talk to http://localhost:8080 Illegal instruction (core dumped)