project map script | semantic parcer
This commit is contained in:
@@ -50,7 +50,7 @@ def get_and_save_dataset(env: str, dataset_id: int, output_path: str):
|
||||
|
||||
except Exception as e:
|
||||
logger.error("[get_and_save_dataset][Failure] An error occurred: %s", e, exc_info=True)
|
||||
# [/DEF:get_and_save_dataset]
|
||||
# [/DEF:get_and_save_dataset:Function]
|
||||
|
||||
if __name__ == "__main__":
|
||||
parser = argparse.ArgumentParser(description="Получение структуры датасета из Superset.")
|
||||
@@ -61,4 +61,4 @@ if __name__ == "__main__":
|
||||
|
||||
get_and_save_dataset(args.env, args.dataset_id, args.output_path)
|
||||
|
||||
# [/DEF:get_dataset_structure]
|
||||
# [/DEF:get_dataset_structure:Module]
|
||||
|
||||
Reference in New Issue
Block a user