Skip to content
Snippets Groups Projects
Commit 0b1dfba1 authored by Dmitrii Valuiskii (EPAM)'s avatar Dmitrii Valuiskii (EPAM) Committed by Siarhei Khaletski (EPAM)
Browse files

GONRG-1770: hotfix variable name

parent dbdd530b
No related branches found
No related tags found
1 merge request!24Ingestion updates
......@@ -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