sibi-flux 2026.1.6__tar.gz → 2026.1.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/PKG-INFO +1 -1
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/pyproject.toml +1 -1
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/datacube/cli.py +51 -38
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/README.md +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_dst/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/artifacts/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/artifacts/base.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/artifacts/parquet.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/artifacts/parquet_engine/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/artifacts/parquet_engine/executor.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/artifacts/parquet_engine/manifest.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/artifacts/parquet_engine/planner.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/cli.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/config/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/config/manager.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/config/settings.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/core/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/core/managed_resource/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/core/managed_resource/_managed_resource.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/core/type_maps/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/dask_cluster/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/dask_cluster/async_core.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/dask_cluster/client_manager.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/dask_cluster/core.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/dask_cluster/exceptions.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/dask_cluster/utils.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/datacube/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/datacube/_data_cube.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/datacube/config_engine.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/datacube/field_factory.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/datacube/field_mapper.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/datacube/field_registry.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/datacube/generator.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/datacube/orchestrator.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/datacube/router.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/dataset/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/dataset/_dataset.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/dataset/hybrid_loader.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_enricher/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_enricher/async_enricher.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_enricher/attacher.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_enricher/merger.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_enricher/specs.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_enricher/types.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/_df_helper.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/backends/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/backends/_params.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/backends/_strategies.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/backends/http/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/backends/http/_http_config.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/backends/parquet/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/backends/parquet/_parquet_options.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/backends/sqlalchemy/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/backends/sqlalchemy/_db_connection.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/backends/sqlalchemy/_db_gatekeeper.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/backends/sqlalchemy/_io_dask.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/backends/sqlalchemy/_load_from_db.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/backends/sqlalchemy/_model_registry.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/backends/sqlalchemy/_sql_model_builder.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/backends/utils.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/core/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/core/_defaults.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/core/_filter_handler.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/core/_params_config.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/core/_query_config.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_validator/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_validator/_df_validator.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/init/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/init/app.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/init/core.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/init/cube_extender.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/init/cube_proposer.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/init/discovery_updater.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/init/env.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/init/env_engine.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/init/env_generator.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/init/rule_generator.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/init/templates/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/init/templates/discovery_params.yaml +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/init/templates/gen_dc.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/init/templates/property_template.yaml +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/logger/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/logger/_logger.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/mcp/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/mcp/client.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/mcp/router.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/orchestration/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/orchestration/_artifact_orchestrator.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/orchestration/_pipeline_executor.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/osmnx_helper/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/osmnx_helper/_pbf_handler.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/osmnx_helper/graph_loader.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/osmnx_helper/utils.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/parquet/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/parquet/readers/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/parquet/readers/base.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/parquet/readers/parquet.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/parquet/saver/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/parquet/saver/_parquet_saver.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/parquet/saver/_write_gatekeeper.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/pipelines/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/pipelines/base.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/pipelines/template.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/py.typed +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/readers/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/readers/base.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/storage/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/storage/_fs_registry.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/storage/_storage_manager.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/storage/factory.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/utils/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/utils/clickhouse_writer/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/utils/clickhouse_writer/_clickhouse_writer.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/utils/common.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/utils/dask_utils.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/utils/data_utils/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/utils/data_utils/_data_utils.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/utils/dataframe_utils.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/utils/date_utils/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/utils/date_utils/_business_days.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/utils/date_utils/_date_utils.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/utils/date_utils/_file_age_checker.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/utils/file_utils.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/utils/filepath_generator/__init__.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/utils/filepath_generator/_filepath_generator.py +0 -0
- {sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/utils/retry.py +0 -0
|
@@ -478,6 +478,35 @@ def sync(
|
|
|
478
478
|
is_append = False
|
|
479
479
|
existing_content = ""
|
|
480
480
|
|
|
481
|
+
# --- Registry Collection (Always run, even if skipped) ---
|
|
482
|
+
# Structure: {conf_obj: {table_name: {class_name: ..., path: ...}}}
|
|
483
|
+
for item in items:
|
|
484
|
+
t_name = item[0]
|
|
485
|
+
conf_obj = item[1]
|
|
486
|
+
cls_n = item[4]
|
|
487
|
+
# Calculate path relative to project root
|
|
488
|
+
try:
|
|
489
|
+
if "project_root" not in locals():
|
|
490
|
+
project_root = config_path.parent.parent.parent
|
|
491
|
+
rel_path = file_path.relative_to(project_root)
|
|
492
|
+
except Exception:
|
|
493
|
+
rel_path = file_path
|
|
494
|
+
|
|
495
|
+
if conf_obj not in generated_registry:
|
|
496
|
+
generated_registry[conf_obj] = {}
|
|
497
|
+
|
|
498
|
+
# Preserve custom_name from existing registry if present
|
|
499
|
+
existing_meta = registry.get_table_details(t_name)
|
|
500
|
+
custom_name = existing_meta.get("custom_name")
|
|
501
|
+
|
|
502
|
+
entry_data = {
|
|
503
|
+
"class_name": cls_n,
|
|
504
|
+
"path": str(rel_path),
|
|
505
|
+
"custom_name": custom_name,
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
generated_registry[conf_obj][t_name] = entry_data
|
|
509
|
+
|
|
481
510
|
if file_path.exists() and not force:
|
|
482
511
|
with open(file_path, "r") as f:
|
|
483
512
|
existing_content = f.read()
|
|
@@ -524,12 +553,8 @@ def sync(
|
|
|
524
553
|
)
|
|
525
554
|
|
|
526
555
|
if not classes_code:
|
|
527
|
-
if not is_append
|
|
528
|
-
|
|
529
|
-
file_path_str, "0", "[red]Failed (No Classes Generated)[/red]"
|
|
530
|
-
)
|
|
531
|
-
else:
|
|
532
|
-
summary_table.add_row(file_path_str, "0", "[red]Failed to Append[/red]")
|
|
556
|
+
status_msg = "[red]Failed (No Classes Generated)[/red]" if not is_append else "[red]Failed to Append[/red]"
|
|
557
|
+
summary_table.add_row(file_path_str, "0", status_msg)
|
|
533
558
|
continue
|
|
534
559
|
|
|
535
560
|
if not is_append:
|
|
@@ -558,36 +583,6 @@ def sync(
|
|
|
558
583
|
)
|
|
559
584
|
summary_table.add_row(file_path_str, str(len(items)), status_msg)
|
|
560
585
|
|
|
561
|
-
# --- Registry Collection ---
|
|
562
|
-
# Collect metadata for generated datacubes
|
|
563
|
-
# Structure: {conf_obj: {table_name: {class_name: ..., path: ...}}}
|
|
564
|
-
for item in items:
|
|
565
|
-
t_name = item[0]
|
|
566
|
-
conf_obj = item[1]
|
|
567
|
-
cls_n = item[4]
|
|
568
|
-
# Calculate path relative to project root
|
|
569
|
-
try:
|
|
570
|
-
if "project_root" not in locals():
|
|
571
|
-
project_root = config_path.parent.parent.parent
|
|
572
|
-
rel_path = file_path.relative_to(project_root)
|
|
573
|
-
except Exception:
|
|
574
|
-
rel_path = file_path
|
|
575
|
-
|
|
576
|
-
if conf_obj not in generated_registry:
|
|
577
|
-
generated_registry[conf_obj] = {}
|
|
578
|
-
|
|
579
|
-
# Preserve custom_name from existing registry if present
|
|
580
|
-
existing_meta = registry.get_table_details(t_name)
|
|
581
|
-
custom_name = existing_meta.get("custom_name")
|
|
582
|
-
|
|
583
|
-
entry_data = {
|
|
584
|
-
"class_name": cls_n,
|
|
585
|
-
"path": str(rel_path),
|
|
586
|
-
"custom_name": custom_name,
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
generated_registry[conf_obj][t_name] = entry_data
|
|
590
|
-
|
|
591
586
|
console.print(summary_table)
|
|
592
587
|
|
|
593
588
|
# --- Write Datacube Registry ---
|
|
@@ -616,8 +611,9 @@ def sync(
|
|
|
616
611
|
with open(reg_file, "w") as f:
|
|
617
612
|
yaml.dump(reg_data, f, sort_keys=False)
|
|
618
613
|
|
|
614
|
+
total_tables = sum(len(tables) for tables in generated_registry.values())
|
|
619
615
|
console.print(
|
|
620
|
-
f"[green]Updated Datacube Registry at {reg_rel_path} ({len(generated_registry)}
|
|
616
|
+
f"[green]Updated Datacube Registry at {reg_rel_path} ({total_tables} tables across {len(generated_registry)} groups)[/green]"
|
|
621
617
|
)
|
|
622
618
|
except Exception as e:
|
|
623
619
|
console.print(f"[red]Failed to write Datacube Registry: {e}[/red]")
|
|
@@ -815,12 +811,29 @@ def discover(
|
|
|
815
811
|
)
|
|
816
812
|
continue
|
|
817
813
|
|
|
814
|
+
# Resolve Registry Path (Target)
|
|
815
|
+
reg_rel_path = params.get("paths", {}).get("repositories", {}).get(
|
|
816
|
+
"global_datacube_registry_file"
|
|
817
|
+
) or params.get("global_datacube_registry_file")
|
|
818
|
+
|
|
819
|
+
real_registry_path = str(config_path) # Fallback to config if not defined (legacy behavior)
|
|
820
|
+
if reg_rel_path:
|
|
821
|
+
if Path(reg_rel_path).is_absolute():
|
|
822
|
+
real_registry_path = reg_rel_path
|
|
823
|
+
else:
|
|
824
|
+
try:
|
|
825
|
+
# Anchor to project root
|
|
826
|
+
prj_root = config_path.parent.parent.parent
|
|
827
|
+
real_registry_path = str(prj_root / reg_rel_path)
|
|
828
|
+
except Exception:
|
|
829
|
+
real_registry_path = str(config_path.parent / reg_rel_path)
|
|
830
|
+
|
|
818
831
|
orchestrator = DiscoveryOrchestrator(
|
|
819
832
|
field_registry=field_registry,
|
|
820
833
|
params=context.params,
|
|
821
834
|
rules_path=str(rules_path),
|
|
822
835
|
whitelist_path=str(whitelist_path),
|
|
823
|
-
registry_path=
|
|
836
|
+
registry_path=real_registry_path,
|
|
824
837
|
db_connection_str=db_conn_str,
|
|
825
838
|
db_config=db_config,
|
|
826
839
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/artifacts/parquet_engine/__init__.py
RENAMED
|
File without changes
|
{sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/artifacts/parquet_engine/executor.py
RENAMED
|
File without changes
|
{sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/artifacts/parquet_engine/manifest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/core/managed_resource/_managed_resource.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/backends/http/_http_config.py
RENAMED
|
File without changes
|
{sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/backends/parquet/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/backends/sqlalchemy/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/df_helper/backends/sqlalchemy/_io_dask.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/init/templates/discovery_params.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/init/templates/property_template.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/orchestration/_artifact_orchestrator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/utils/date_utils/_file_age_checker.py
RENAMED
|
File without changes
|
|
File without changes
|
{sibi_flux-2026.1.6 → sibi_flux-2026.1.7}/src/sibi_flux/utils/filepath_generator/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|