Skip to content
Snippets Groups Projects
Commit 8b784dcd authored by Siarhei Khaletski (EPAM)'s avatar Siarhei Khaletski (EPAM) :triangular_flag_on_post:
Browse files

Merge branch 'feature/GONRG-1770_schema_check_operator' into 'integration-master'

GONRG-1770: hotfix variable name

See merge request go3-nrg/platform/data-flow/ingestion/ingestion-dags!69
parents d32e93b2 6cbfa074
No related branches found
No related tags found
No related merge requests found
Pipeline #27215 passed
......@@ -41,7 +41,7 @@ class ValidateManifestSchemaOperator(BaseOperator, ReceivingContextMixin):
"""Init base operator and obtain base urls from Airflow Variables."""
super().__init__(*args, **kwargs)
self.previous_task_id = previous_task_id
self.schema_service_url = Variable.get('schema_service_url')
self.schema_service_url = Variable.get('core.service.schema.url')
def execute(self, context: dict):
"""Execute manifest validation then process it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment