runnable 0.28.6__tar.gz → 0.28.8__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {runnable-0.28.6 → runnable-0.28.8}/PKG-INFO +1 -1
- {runnable-0.28.6 → runnable-0.28.8}/pyproject.toml +1 -1
- {runnable-0.28.6 → runnable-0.28.8}/runnable/entrypoints.py +2 -2
- {runnable-0.28.6 → runnable-0.28.8}/runnable/parameters.py +0 -3
- {runnable-0.28.6 → runnable-0.28.8}/.gitignore +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/LICENSE +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/README.md +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/README.md +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/__init__.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/catalog/README.md +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/catalog/any_path.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/catalog/file_system.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/catalog/minio.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/catalog/pyproject.toml +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/catalog/s3.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/job_executor/README.md +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/job_executor/__init__.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/job_executor/k8s.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/job_executor/k8s_job_spec.yaml +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/job_executor/local.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/job_executor/local_container.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/job_executor/pyproject.toml +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/nodes/README.md +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/nodes/nodes.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/nodes/pyproject.toml +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/pipeline_executor/README.md +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/pipeline_executor/__init__.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/pipeline_executor/argo.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/pipeline_executor/local.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/pipeline_executor/local_container.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/pipeline_executor/mocked.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/pipeline_executor/pyproject.toml +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/pipeline_executor/retry.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/run_log_store/README.md +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/run_log_store/__init__.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/run_log_store/any_path.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/run_log_store/chunked_fs.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/run_log_store/chunked_minio.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/run_log_store/db/implementation_FF.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/run_log_store/db/integration_FF.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/run_log_store/file_system.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/run_log_store/generic_chunked.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/run_log_store/minio.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/run_log_store/pyproject.toml +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/secrets/README.md +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/secrets/dotenv.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/extensions/secrets/pyproject.toml +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/runnable/__init__.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/runnable/catalog.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/runnable/cli.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/runnable/context.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/runnable/datastore.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/runnable/defaults.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/runnable/exceptions.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/runnable/executor.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/runnable/graph.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/runnable/names.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/runnable/nodes.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/runnable/pickler.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/runnable/sdk.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/runnable/secrets.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/runnable/tasks.py +0 -0
- {runnable-0.28.6 → runnable-0.28.8}/runnable/utils.py +0 -0
@@ -174,7 +174,7 @@ def set_pipeline_spec_from_yaml(run_context: context.Context, pipeline_file: str
|
|
174
174
|
def set_pipeline_spec_from_python(run_context: context.Context, python_module: str):
|
175
175
|
# Call the SDK to get the dag
|
176
176
|
# Import the module and call the function to get the dag
|
177
|
-
module_file = python_module.
|
177
|
+
module_file = python_module.rstrip(".py")
|
178
178
|
module, func = utils.get_module_and_attr_names(module_file)
|
179
179
|
sys.path.insert(0, os.getcwd()) # Need to add the current directory to path
|
180
180
|
imported_module = importlib.import_module(module)
|
@@ -429,7 +429,7 @@ def set_job_spec_from_yaml(run_context: context.Context, job_definition_file: st
|
|
429
429
|
|
430
430
|
def set_job_spec_from_python(run_context: context.Context, python_module: str):
|
431
431
|
# Import the module and call the function to get the task
|
432
|
-
module_file = python_module.
|
432
|
+
module_file = python_module.rstrip(".py")
|
433
433
|
module, func = utils.get_module_and_attr_names(module_file)
|
434
434
|
sys.path.insert(0, os.getcwd()) # Need to add the current directory to path
|
435
435
|
imported_module = importlib.import_module(module)
|
@@ -114,9 +114,6 @@ def filter_arguments_for_func(
|
|
114
114
|
|
115
115
|
bound_model = bind_args_for_pydantic_model(named_param, value.annotation)
|
116
116
|
bound_args[name] = bound_model
|
117
|
-
unassigned_params = unassigned_params.difference(
|
118
|
-
bound_model.model_fields.keys()
|
119
|
-
)
|
120
117
|
|
121
118
|
elif value.annotation in [str, int, float, bool]:
|
122
119
|
# Cast it if its a primitive type. Ensure the type matches the annotation.
|
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
|
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
|