quick-student-61408
03/24/2022, 2:34 PMapache@apache-VirtualBox:~$ python3.9 -m datahub ingest -c business_glossary.yml
[2022-03-24 15:32:13,017] INFO {datahub.cli.ingest_cli:75} - DataHub CLI version: 0.8.31.2
[2022-03-24 15:32:13,164] ERROR {datahub.entrypoints:152} - File "/home/apache/.local/lib/python3.9/site-packages/datahub/cli/ingest_cli.py", line 82, in run
70 def run(
71 ctx: click.Context, config: str, dry_run: bool, preview: bool, strict_warnings: bool
72 ) -> None:
(...)
78 pipeline_config = load_config_file(config_file)
79
80 try:
81 logger.debug(f"Using config: {pipeline_config}")
--> 82 pipeline = Pipeline.create(pipeline_config, dry_run, preview)
83 except ValidationError as e:
File "/home/apache/.local/lib/python3.9/site-packages/datahub/ingestion/run/pipeline.py", line 174, in create
170 @classmethod
171 def create(
172 cls, config_dict: dict, dry_run: bool = False, preview_mode: bool = False
173 ) -> "Pipeline":
--> 174 config = PipelineConfig.parse_obj(config_dict)
175 return cls(config, dry_run=dry_run, preview_mode=preview_mode)
File "pydantic/main.py", line 511, in pydantic.main.BaseModel.parse_obj
File "pydantic/main.py", line 329, in pydantic.main.BaseModel.__init__
File "pydantic/main.py", line 1022, in pydantic.main.validate_model
File "pydantic/fields.py", line 837, in pydantic.fields.ModelField.validate
File "pydantic/fields.py", line 1118, in pydantic.fields.ModelField._apply_validators
File "pydantic/class_validators.py", line 278, in pydantic.class_validators._generic_validator_cls.lambda2
File "/home/apache/.local/lib/python3.9/site-packages/datahub/ingestion/run/pipeline.py", line 56, in run_id_should_be_semantic
52 def run_id_should_be_semantic(
53 cls, v: Optional[str], values: Dict[str, Any], **kwargs: Any
54 ) -> str:
55 if v == "__DEFAULT_RUN_ID":
--> 56 if values["source"] is not None:
57 if values["source"].type is not None:
KeyError: 'source'
[2022-03-24 15:32:13,165] INFO {datahub.entrypoints:161} - DataHub CLI version: 0.8.31.2 at /home/apache/.local/lib/python3.9/site-packages/datahub/__init__.py
[2022-03-24 15:32:13,165] INFO {datahub.entrypoints:164} - Python version: 3.9.11 (main, Mar 16 2022, 17:19:28)
[GCC 9.4.0] at /usr/bin/python3.9 on Linux-5.13.0-35-generic-x86_64-with-glibc2.31
[2022-03-24 15:32:13,165] INFO {datahub.entrypoints:167} - GMS config {}
square-activity-64562
03/24/2022, 4:38 PMmammoth-bear-12532
mammoth-bear-12532
quick-student-61408
03/28/2022, 2:05 PMsquare-activity-64562
03/28/2022, 2:10 PMquick-student-61408
03/28/2022, 2:11 PMquick-student-61408
03/28/2022, 2:11 PMsquare-activity-64562
03/28/2022, 2:11 PMquick-student-61408
03/28/2022, 2:12 PMsquare-activity-64562
03/28/2022, 2:14 PMquick-student-61408
03/28/2022, 2:14 PMsquare-activity-64562
03/28/2022, 2:15 PMquick-student-61408
03/28/2022, 2:15 PMquick-student-61408
03/28/2022, 2:47 PMquick-student-61408
03/28/2022, 4:02 PMsquare-activity-64562
03/28/2022, 4:03 PMsquare-activity-64562
03/28/2022, 4:04 PMlocalhost
please use internal docker name of gms. Probable datahub-gms
will workquick-student-61408
03/28/2022, 4:05 PMquick-student-61408
03/28/2022, 4:08 PMsquare-activity-64562
03/28/2022, 4:08 PMlocalhost
to datahub-gms
quick-student-61408
03/28/2022, 4:11 PMquick-student-61408
03/28/2022, 4:11 PMquick-student-61408
03/28/2022, 4:13 PMsquare-activity-64562
03/28/2022, 4:21 PMquick-student-61408
03/29/2022, 12:25 PMsquare-activity-64562
03/29/2022, 12:31 PM'OperationalError: (psycopg2.OperationalError) connection to server at "localhost" (127.0.0.1), port 5432 failed: Connection refused\n'
'\tIs the server running on that host and accepting TCP/IP connections?\n'
'connection to server at "localhost" (::1), port 5432 failed: Cannot assign requested address\n'
'\tIs the server running on that host and accepting TCP/IP connections?\n'
square-activity-64562
03/29/2022, 12:32 PMlocalhost
for postgressquare-activity-64562
03/29/2022, 12:32 PMquick-student-61408
03/29/2022, 12:41 PMsquare-activity-64562
03/29/2022, 12:48 PMquick-student-61408
03/29/2022, 12:54 PM