cornflow 2.0.0a15__tar.gz → 2.0.0a17__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.
- {cornflow-2.0.0a15/cornflow.egg-info → cornflow-2.0.0a17}/PKG-INFO +2 -2
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/cli/service.py +5 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17/cornflow.egg-info}/PKG-INFO +2 -2
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow.egg-info/requires.txt +1 -1
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/requirements.txt +1 -1
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/setup.py +1 -1
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/MANIFEST.in +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/README.rst +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/airflow_config/__init__.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/airflow_config/airflow_local_settings.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/airflow_config/plugins/XCom/__init__.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/airflow_config/plugins/XCom/gce_xcom_backend.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/airflow_config/plugins/__init__.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/airflow_config/webserver_ldap.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/__init__.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/app.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/cli/__init__.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/cli/actions.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/cli/arguments.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/cli/config.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/cli/migrations.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/cli/permissions.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/cli/roles.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/cli/schemas.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/cli/tools/__init__.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/cli/tools/api_generator.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/cli/tools/endpoint_tools.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/cli/tools/models_tools.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/cli/tools/schema_generator.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/cli/tools/schemas_tools.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/cli/tools/tools.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/cli/users.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/cli/utils.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/cli/views.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/commands/__init__.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/commands/access.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/commands/actions.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/commands/cleanup.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/commands/dag.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/commands/permissions.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/commands/roles.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/commands/schemas.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/commands/users.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/commands/views.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/config.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/__init__.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/action.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/alarms.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/apiview.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/case.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/dag.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/data_check.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/example_data.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/execution.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/health.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/instance.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/licenses.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/login.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/main_alarms.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/meta_resource.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/permission.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/roles.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/schemas.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/signup.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/tables.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/token.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/user.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/endpoints/user_role.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/gunicorn.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/migrations/README +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/migrations/alembic.ini +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/migrations/env.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/migrations/script.py.mako +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/migrations/versions/00757b557b02_.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/migrations/versions/1af47a419bbd_.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/migrations/versions/4aac5e0c6e66_.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/migrations/versions/7c3ea5ab5501_.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/migrations/versions/991b98e24225_.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/migrations/versions/999b98e24225.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/migrations/versions/a472b5ad50b7_.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/migrations/versions/c2db9409cb5f_.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/migrations/versions/c8a6c762e818_.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/migrations/versions/ca449af8034c_.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/migrations/versions/d0e0700dcd8e_.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/migrations/versions/d1b5be1f0549_.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/migrations/versions/e1a50dae1ac9_.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/migrations/versions/e937a5234ce4_.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/migrations/versions/ebdd955fcc5e_.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/migrations/versions/f3bee20314a2_.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/models/__init__.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/models/action.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/models/alarms.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/models/base_data_model.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/models/case.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/models/dag.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/models/dag_permissions.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/models/execution.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/models/instance.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/models/main_alarms.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/models/meta_models.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/models/permissions.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/models/role.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/models/user.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/models/user_role.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/models/view.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/orchestrator_constants.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/__init__.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/action.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/alarms.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/case.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/common.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/dag.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/example_data.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/execution.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/health.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/instance.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/main_alarms.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/model_json.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/patch.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/permissions.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/query.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/role.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/schemas.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/solution_log.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/tables.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/user.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/user_role.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/schemas/view.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/shared/__init__.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/shared/airflow.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/shared/authentication/__init__.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/shared/authentication/auth.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/shared/authentication/decorators.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/shared/authentication/ldap.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/shared/compress.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/shared/const.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/shared/databricks.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/shared/email.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/shared/exceptions.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/shared/licenses.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/shared/log_config.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/shared/query_tools.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/shared/utils.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/shared/utils_tables.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/shared/validators.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/__init__.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/const.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/custom_liveServer.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/custom_test_case.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/integration/__init__.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/integration/test_commands.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/integration/test_cornflowclient.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/ldap/__init__.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/ldap/test_ldap_authentication.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/__init__.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_actions.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_alarms.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_apiview.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_application.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_cases.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_cli.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_commands.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_dags.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_data_checks.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_example_data.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_executions.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_generate_from_schema.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_health.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_instances.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_instances_file.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_licenses.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_log_in.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_main_alarms.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_permissions.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_roles.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_schema_from_models.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_schemas.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_sign_up.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_tables.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_token.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/test_users.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow/tests/unit/tools.py +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow.egg-info/SOURCES.txt +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow.egg-info/dependency_links.txt +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow.egg-info/entry_points.txt +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/cornflow.egg-info/top_level.txt +0 -0
- {cornflow-2.0.0a15 → cornflow-2.0.0a17}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: cornflow
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.0a17
|
4
4
|
Summary: cornflow is an open source multi-solver optimization server with a REST API built using flask.
|
5
5
|
Home-page: https://github.com/baobabsoluciones/cornflow
|
6
6
|
Author: baobab soluciones
|
@@ -14,7 +14,7 @@ Requires-Dist: alembic==1.9.2
|
|
14
14
|
Requires-Dist: apispec<=6.3.0
|
15
15
|
Requires-Dist: cachetools==5.3.3
|
16
16
|
Requires-Dist: click<=8.1.7
|
17
|
-
Requires-Dist: cornflow-client==2.0.
|
17
|
+
Requires-Dist: cornflow-client==2.0.0a17
|
18
18
|
Requires-Dist: cryptography<=44.0.1
|
19
19
|
Requires-Dist: databricks-sdk==0.29.0
|
20
20
|
Requires-Dist: disposable-email-domains>=0.0.86
|
@@ -145,6 +145,8 @@ def _setup_environment_variables():
|
|
145
145
|
databricks_token_endpoint = os.getenv("DATABRICKS_TOKEN_ENDPOINT")
|
146
146
|
databricks_ep_clusters = os.getenv("DATABRICKS_EP_CLUSTERS")
|
147
147
|
databricks_client_id = os.getenv("DATABRICKS_CLIENT_ID")
|
148
|
+
databricks_health_url = os.getenv("DATABRICKS_HEALTH_URL")
|
149
|
+
os.environ["DATABRICKS_HEALTH_URL"] = databricks_health_url
|
148
150
|
os.environ["DATABRICKS_HOST"] = databricks_url
|
149
151
|
os.environ["DATABRICKS_CLIENT_SECRET"] = databricks_auth_secret
|
150
152
|
os.environ["DATABRICKS_TOKEN_ENDPOINT"] = databricks_token_endpoint
|
@@ -218,6 +220,7 @@ def _setup_environment_variables():
|
|
218
220
|
"open_deployment": open_deployment,
|
219
221
|
"external_application": external_application,
|
220
222
|
"external_app_module": external_app_module,
|
223
|
+
"cornflow_backend": cornflow_backend,
|
221
224
|
}
|
222
225
|
elif cornflow_backend == DATABRICKS_BACKEND:
|
223
226
|
return {
|
@@ -228,6 +231,7 @@ def _setup_environment_variables():
|
|
228
231
|
"databricks_token_endpoint": databricks_token_endpoint,
|
229
232
|
"databricks_ep_clusters": databricks_ep_clusters,
|
230
233
|
"databricks_client_id": databricks_client_id,
|
234
|
+
"databricks_health_url": databricks_health_url,
|
231
235
|
"cornflow_db_conn": cornflow_db_conn,
|
232
236
|
"cornflow_admin_user": cornflow_admin_user,
|
233
237
|
"cornflow_admin_email": cornflow_admin_email,
|
@@ -239,6 +243,7 @@ def _setup_environment_variables():
|
|
239
243
|
"open_deployment": open_deployment,
|
240
244
|
"external_application": external_application,
|
241
245
|
"external_app_module": external_app_module,
|
246
|
+
"cornflow_backend": cornflow_backend,
|
242
247
|
}
|
243
248
|
else:
|
244
249
|
raise Exception("Selected backend not among valid options")
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: cornflow
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.0a17
|
4
4
|
Summary: cornflow is an open source multi-solver optimization server with a REST API built using flask.
|
5
5
|
Home-page: https://github.com/baobabsoluciones/cornflow
|
6
6
|
Author: baobab soluciones
|
@@ -14,7 +14,7 @@ Requires-Dist: alembic==1.9.2
|
|
14
14
|
Requires-Dist: apispec<=6.3.0
|
15
15
|
Requires-Dist: cachetools==5.3.3
|
16
16
|
Requires-Dist: click<=8.1.7
|
17
|
-
Requires-Dist: cornflow-client==2.0.
|
17
|
+
Requires-Dist: cornflow-client==2.0.0a17
|
18
18
|
Requires-Dist: cryptography<=44.0.1
|
19
19
|
Requires-Dist: databricks-sdk==0.29.0
|
20
20
|
Requires-Dist: disposable-email-domains>=0.0.86
|
@@ -9,7 +9,7 @@ with open("requirements.txt", "r") as fh:
|
|
9
9
|
|
10
10
|
setuptools.setup(
|
11
11
|
name="cornflow",
|
12
|
-
version="2.0.
|
12
|
+
version="2.0.0a17",
|
13
13
|
author="baobab soluciones",
|
14
14
|
author_email="cornflow@baobabsoluciones.es",
|
15
15
|
description="cornflow is an open source multi-solver optimization server with a REST API built using flask.",
|
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
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|