project map script | semantic parcer

This commit is contained in:
2026-01-01 16:58:21 +03:00
parent a747a163c8
commit 4c6fc8256d
84 changed files with 10178 additions and 537 deletions

View File

@@ -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]