structifyai 1.178.0__tar.gz → 1.179.0__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.
- structifyai-1.179.0/.release-please-manifest.json +3 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/CHANGELOG.md +20 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/PKG-INFO +1 -1
- {structifyai-1.178.0 → structifyai-1.179.0}/pyproject.toml +1 -1
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_version.py +1 -1
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/polars.py +55 -42
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_dataframe.py +4 -3
- structifyai-1.178.0/.release-please-manifest.json +0 -3
- {structifyai-1.178.0 → structifyai-1.179.0}/.gitignore +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/CONTRIBUTING.md +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/LICENSE +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/README.md +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/SECURITY.md +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/api.md +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/bin/check-release-environment +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/bin/publish-pypi +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/examples/.keep +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/noxfile.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/release-please-config.json +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/requirements-dev.lock +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/requirements.lock +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_base_client.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_client.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_compat.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_constants.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_exceptions.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_files.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_models.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_qs.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_resource.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_streaming.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_types.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_utils/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_utils/_compat.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_utils/_datetime_parse.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_utils/_logs.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_utils/_proxy.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_utils/_reflection.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_utils/_resources_proxy.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_utils/_streams.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_utils/_sync.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_utils/_transform.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_utils/_typing.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/_utils/_utils.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/lib/.keep +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/lib/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/lib/cost_confirmation.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/pagination.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/py.typed +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/admin/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/admin/admin.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/admin/chat_templates.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/admin/connector.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/admin/dataset.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/admin/functional_tests.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/admin/jobs.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/admin/sandbox.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/admin/teams.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/admin/users.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/chat.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/code.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/connector_catalog/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/connector_catalog/admin.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/connector_catalog/connector_catalog.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/connectors/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/connectors/connectors.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/connectors/type_snippets.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/datasets/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/datasets/datasets.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/datasets/evaluate.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/documents.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/entities.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/external.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/external_dataframe_proxy.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/jobs.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/match.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/nango.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/projects.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/public_sessions.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/sandbox.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/scrape.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/server.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/sessions.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/slack.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/sources.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/structure.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/teams.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/user/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/user/api_keys.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/user/stripe.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/user/user.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/whitelabel.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/whitelabel_service.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/wiki.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/workflow.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/workflow_schedule.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/accept_invitation_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/add_member_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/admin_dataset_return.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/admin_delete_jobs_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/admin_list_jobs_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/admin_sandbox.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/admin_teams_list_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/cancel_subscription_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/chat_template_create_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/chat_template_list_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/chat_template_list_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/chat_template_update_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/clone_connector_item_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/clone_connectors_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/connector_clone_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/create_subscription_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/dataset_get_by_id_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/expire_grants_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/extend_trial_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/functional_test.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/functional_test_create_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/functional_test_get_results_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/functional_test_link_chat_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/functional_test_list_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/functional_test_results_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/functional_test_system_prompt_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/functional_test_update_results_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/grant_credits_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/impersonate_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/job_delete_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/job_list_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/sandbox_list_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/sandbox_type.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/team_cancel_subscription_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/team_create_subscription_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/team_expire_grants_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/team_extend_trial_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/team_grant_credits_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/team_list_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/user.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/user_create_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/user_get_stats_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/user_get_stats_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/user_impersonate_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/user_list_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin_grant_access_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin_issue_found_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/autofix_context.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_add_collaborator_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_add_git_commit_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_add_git_commit_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_admin_issue_found_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_copy_node_output_by_code_hash_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_copy_node_output_by_code_hash_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_copy_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_create_session_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_delete_files_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_delete_files_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_dependency.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_event.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_get_git_commit_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_get_partial_chats_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_get_session_timeline_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_grant_admin_override_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_list_sessions_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_list_templates_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_load_files_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_load_files_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_prompt.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_revert_to_commit_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_revert_to_commit_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_session.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_session_role.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_session_with_messages.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_template.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_update_session_favorite_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_update_session_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_update_visibility_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/chat_visibility.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/code_generate_code_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/code_interrupt_generation_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_auth_method.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_auth_method_with_fields.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/admin_batch_create_credential_fields_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/admin_batch_create_credential_fields_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/admin_batch_create_scopes_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/admin_create_auth_method_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/admin_create_catalog_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/admin_create_credential_field_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/admin_create_scope_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/admin_list_nango_pending_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/admin_list_scopes_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/admin_update_auth_method_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/admin_update_catalog_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/admin_update_credential_field_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/admin_update_scope_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/admin_upload_logo_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/batch_create_scopes_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/connector_auth_method_scope.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/connector_catalog.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/create_credential_field_request_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/create_scope_request_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/list_scopes_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/pending_nango_integration.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog/upload_logo_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog_list_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog_list_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_catalog_with_methods.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_category.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_create_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_create_secret_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_credential_field.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_delete_schema_object_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_explore_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_explorer_chat.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_get_clarification_requests_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_get_explorer_chat_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_get_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_list_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_list_with_snippets_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_list_with_snippets_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_search_tables_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_search_tables_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_store_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_summaries_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_summaries_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_summary.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_table_info.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_update_column_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_update_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_update_table_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_with_secrets.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connector_with_snippets.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connectors/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connectors/snippet.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/connectors/type_snippet_upsert_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/create_chat_session_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/create_match_jobs_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/create_team_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/credits_usage_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/credits_usage_timeseries_point.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dashboard.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dashboard_component.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dashboard_component_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dashboard_page.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dashboard_page_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dashboard_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_add_property_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_count_missing_embeddings_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_count_missing_embeddings_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_create_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_create_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_delete_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_descriptor.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_descriptor_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_enrichment_progress_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_enrichment_progress_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_export_to_csv_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_export_to_excel_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_get_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_get_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_list_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_match_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_match_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_remove_property_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_reorder_properties_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_set_primary_column_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_update_property_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_update_relationship_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_view_relationships_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_view_relationships_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_view_table_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_view_table_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_view_tables_with_relationships_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/dataset_view_tables_with_relationships_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/datasets/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/datasets/evaluate_delete_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/datasets/evaluate_get_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/datasets/evaluate_get_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/datasets/evaluate_list_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/datasets/evaluate_list_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/datasets/evaluate_run_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/datasets/evaluate_run_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/datasets/evaluate_status_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/datasets/evaluate_status_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/delete_chat_session_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/delete_project_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/delete_schema_object_request_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/delete_schema_object_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/delete_source_entity_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/delete_source_relationship_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/delete_team_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/document_delete_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/document_download_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/document_download_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/document_list_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/document_list_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/document_upload_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/edge_spec_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_add_batch_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_add_batch_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_add_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_add_relationship_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_add_relationship_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_add_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_agent_merge_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_agent_merge_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_delete_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_delete_relationship_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_delete_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_derive_all_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_derive_all_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_derive_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_derive_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_get_local_subgraph_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_get_local_subgraph_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_get_merges_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_get_merges_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_get_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_get_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_get_source_entities_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_get_source_entities_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_list_jobs_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_list_jobs_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_match.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_merge_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_merge_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_search_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_search_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_summarize_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_summarize_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_trigger_merge_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_trigger_merge_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_update_property_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_update_property_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_upload_parquet_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_verify_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_view_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/entity_view_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/estimate_cost_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/exploration_phase_id.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/exploration_run.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/exploration_runs_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/exploration_status.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/explore_status_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/explorer_chat_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/finalize_dag_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/get_chat_session_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/get_dependencies_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/get_job_events_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/get_node_logs_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/get_node_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/get_team_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/get_workflow_schedule_sessions_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/granularity.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/image.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/invitation_details_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/job_cancel_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/job_event_body.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/job_get_scrapers_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/job_get_source_entities_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/job_list_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/job_list_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/job_status_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/job_status_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/knowledge_graph.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/knowledge_graph_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/list_chat_sessions_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/list_collaborators_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/list_members_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/list_projects_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/list_tables_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/list_teams_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/llm_information_store.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/match_create_jobs_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/match_list_results_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/match_result.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/merge_config.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/merge_config_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/message.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/nango_create_session_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/nango_create_session_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/nango_list_integrations_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/node_spec_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/project.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/project_collaborator_input_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/project_get_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/project_member.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/project_update_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/project_visibility.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/property_type.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/property_type_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/refresh_session_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/relationship.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/relationship_merge_strategy.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/relationship_merge_strategy_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/relationship_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/remove_member_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/sandbox.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/sandbox_get_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/sandbox_list_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/sandbox_update_status_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/save_requirement.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/save_requirement_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/scrape_list_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/scrape_list_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/scrape_scrape_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/scrape_scrape_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/select_team_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/server_information.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/session_confirm_node_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/session_create_session_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/session_finalize_dag_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/session_get_events_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/session_get_events_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/session_get_node_progress_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/session_kill_jobs_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/session_kill_jobs_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/session_mark_errored_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/session_request_confirmation_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/session_update_node_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/session_update_node_progress_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/session_upload_dashboard_layout_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/session_upload_node_output_data_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/session_upload_node_visualization_output_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/slack_api_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/slack_event_payload_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/slack_events_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/source.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/source_delete_entity_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/source_delete_relationship_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/source_list_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/source_list_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/strategy.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/strategy_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/structure_enhance_property_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/structure_enhance_property_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/structure_enhance_relationship_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/structure_enhance_relationship_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/structure_find_relationship_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/structure_find_relationship_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/structure_is_complete_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/structure_is_complete_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/structure_job_status_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/structure_job_status_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/structure_pdf_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/structure_pdf_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/structure_run_async_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/structure_run_async_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/survey_submission_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/table.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/table_param.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/team.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/team_accept_invitation_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/team_add_member_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/team_create_link_code_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/team_create_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/team_create_project_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/team_credits_usage_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/team_role.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/team_subscription_status.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/team_update_member_role_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/team_update_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/team_wiki_page.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/team_with_role.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/teams_link_code_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/token_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/tool_invocation.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/tool_metadata.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/tool_result.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/update_member_role_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/update_table_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/update_team_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/update_visibility_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/usage_group_key.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/user/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/user/api_key_create_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/user/api_key_info.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/user/create_api_key_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/user/create_session_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/user/list_api_keys_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/user/stripe_create_portal_session_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/user/stripe_create_session_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/user/stripe_create_subscription_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/user/subscription_plan.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/user_enrich_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/user_info.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/user_refresh_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/user_survey_submit_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/user_transactions_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/user_update_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/user_usage_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/user_usage_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/wiki_connector_reference.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/wiki_create_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/wiki_list_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/wiki_page_with_references.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/wiki_update_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/workflow_dag.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/workflow_node_execution_status.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/workflow_node_log.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/workflow_run_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/workflow_schedule_create_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/workflow_schedule_get_all_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/workflow_schedule_get_sessions_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/workflow_schedule_info.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/workflow_schedule_pause_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/workflow_schedule_update_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/workflow_session.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/workflow_session_edge.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/workflow_session_node.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/workflow_stop_params.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/src/structifyai/lib/.keep +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/admin/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/admin/test_chat_templates.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/admin/test_connector.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/admin/test_dataset.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/admin/test_functional_tests.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/admin/test_jobs.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/admin/test_sandbox.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/admin/test_teams.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/admin/test_users.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/connector_catalog/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/connector_catalog/test_admin.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/connectors/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/connectors/test_type_snippets.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/datasets/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/datasets/test_evaluate.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_chat.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_code.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_connector_catalog.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_connectors.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_datasets.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_documents.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_entities.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_jobs.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_match.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_nango.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_projects.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_public_sessions.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_sandbox.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_scrape.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_server.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_sessions.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_slack.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_sources.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_structure.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_teams.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_user.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_whitelabel.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_wiki.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_workflow.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/test_workflow_schedule.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/user/__init__.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/user/test_api_keys.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/api_resources/user/test_stripe.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/conftest.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/sample_file.txt +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/test_client.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/test_deepcopy.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/test_extract_files.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/test_files.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/test_models.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/test_qs.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/test_required_args.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/test_response.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/test_streaming.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/test_transform.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/test_utils/test_proxy.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/test_utils/test_typing.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/tests/utils.py +0 -0
- {structifyai-1.178.0 → structifyai-1.179.0}/uv.lock +0 -0
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.179.0 (2026-01-27)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.178.0...v1.179.0](https://github.com/StructifyAI/structify-python/compare/v1.178.0...v1.179.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* Add structify_job_id column to all polars functions ([8c6569a](https://github.com/StructifyAI/structify-python/commit/8c6569ae9f6194c4efa299eaf7056534e559a009))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* Add job_ids to mock target entities in test ([7f246dd](https://github.com/StructifyAI/structify-python/commit/7f246dd4f3e5e1a8caa068153521ab0b948c8d3c))
|
|
15
|
+
* Add type annotation to fix pyright error ([4b4697f](https://github.com/StructifyAI/structify-python/commit/4b4697f01b09b9ad2c88acac1ea0dfda9bb652b7))
|
|
16
|
+
* Add type annotation to helper function parameter ([3316e08](https://github.com/StructifyAI/structify-python/commit/3316e083d43e4c5c9eaa087130971d0929bc511a))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Refactors
|
|
20
|
+
|
|
21
|
+
* Extract STRUCTIFY_JOB_ID_COLUMN constant and helper function ([6d223ae](https://github.com/StructifyAI/structify-python/commit/6d223ae5897417d60d7908cb06c456643bae76bd))
|
|
22
|
+
|
|
3
23
|
## 1.178.0 (2026-01-26)
|
|
4
24
|
|
|
5
25
|
Full Changelog: [v1.177.0...v1.178.0](https://github.com/StructifyAI/structify-python/compare/v1.177.0...v1.178.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: structifyai
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.179.0
|
|
4
4
|
Summary: The official Python library for the structify API
|
|
5
5
|
Project-URL: Homepage, https://github.com/StructifyAI/structify-python
|
|
6
6
|
Project-URL: Repository, https://github.com/StructifyAI/structify-python
|
|
@@ -16,7 +16,6 @@ from structify.types.entity_param import EntityParam
|
|
|
16
16
|
from structify.types.property_type_param import PropertyTypeParam
|
|
17
17
|
from structify.types.dataset_create_params import Relationship as CreateRelationshipParam
|
|
18
18
|
from structify.types.knowledge_graph_param import KnowledgeGraphParam
|
|
19
|
-
from structify.types.dataset_view_table_response import Properties
|
|
20
19
|
|
|
21
20
|
from ..types import TableParam
|
|
22
21
|
from .._compat import cached_property
|
|
@@ -35,6 +34,17 @@ from ..types.structure_run_async_params import SourceWebWeb
|
|
|
35
34
|
__all__ = ["PolarsResource"]
|
|
36
35
|
|
|
37
36
|
MAX_PARALLEL_REQUESTS = 20
|
|
37
|
+
STRUCTIFY_JOB_ID_COLUMN = "structify_job_id"
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
def _collect_entities_with_job_ids(entities: Any) -> List[Dict[str, Any]]:
|
|
41
|
+
"""Collect entity properties with their first job_id."""
|
|
42
|
+
results: List[Dict[str, Any]] = []
|
|
43
|
+
for entity in entities:
|
|
44
|
+
row: Dict[str, Any] = dict(entity.properties)
|
|
45
|
+
row[STRUCTIFY_JOB_ID_COLUMN] = entity.job_ids[0] if entity.job_ids else None
|
|
46
|
+
results.append(row)
|
|
47
|
+
return results
|
|
38
48
|
|
|
39
49
|
|
|
40
50
|
class PolarsResource(SyncAPIResource):
|
|
@@ -164,8 +174,9 @@ class PolarsResource(SyncAPIResource):
|
|
|
164
174
|
# Get the node ID when the function is called, not when the batch is processed
|
|
165
175
|
node_id = get_node_id()
|
|
166
176
|
|
|
167
|
-
# Create the expected output schema
|
|
177
|
+
# Create the expected output schema with single job_id column
|
|
168
178
|
expected_schema = properties_to_schema(all_properties)
|
|
179
|
+
expected_schema[STRUCTIFY_JOB_ID_COLUMN] = pl.String
|
|
169
180
|
|
|
170
181
|
# Apply Structify enrich on the dataframe
|
|
171
182
|
def enhance_batch(batch_df: pl.DataFrame) -> pl.DataFrame:
|
|
@@ -249,11 +260,10 @@ class PolarsResource(SyncAPIResource):
|
|
|
249
260
|
# 3. Wait for all jobs to complete
|
|
250
261
|
title = f"Enriching {property_names} for {dataframe_name}"
|
|
251
262
|
self._client.jobs.wait_for_jobs(dataset_name=dataset_name, title=title, node_id=node_id)
|
|
252
|
-
# 4. Collect the results
|
|
253
|
-
results =
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
]
|
|
263
|
+
# 4. Collect the results with job_ids
|
|
264
|
+
results = _collect_entities_with_job_ids(
|
|
265
|
+
self._client.datasets.view_table(dataset=dataset_name, name=dataframe_name)
|
|
266
|
+
)
|
|
257
267
|
# 5. Return the results
|
|
258
268
|
return pl.DataFrame(results, schema=expected_schema)
|
|
259
269
|
|
|
@@ -296,6 +306,7 @@ class PolarsResource(SyncAPIResource):
|
|
|
296
306
|
target_columns[col_name] = col_info.get("type", pl.String())
|
|
297
307
|
|
|
298
308
|
output_schema = _merge_schema_with_suffix(input_schema, target_columns, suffix=target_table_name)
|
|
309
|
+
output_schema[STRUCTIFY_JOB_ID_COLUMN] = pl.String
|
|
299
310
|
|
|
300
311
|
target_properties: list[Property] = [
|
|
301
312
|
Property(
|
|
@@ -412,6 +423,7 @@ class PolarsResource(SyncAPIResource):
|
|
|
412
423
|
prop_name if prop_name not in input_schema else f"{prop_name}_{target_table_name}"
|
|
413
424
|
) # If the column already exists in the input schema, we need to suffix it with the target table name
|
|
414
425
|
result_row[eff] = target_entity.properties.get(prop_name)
|
|
426
|
+
result_row[STRUCTIFY_JOB_ID_COLUMN] = target_entity.job_ids[0] if target_entity.job_ids else None
|
|
415
427
|
result_rows.append(result_row)
|
|
416
428
|
|
|
417
429
|
# Handle source rows without relationships
|
|
@@ -422,6 +434,7 @@ class PolarsResource(SyncAPIResource):
|
|
|
422
434
|
for prop_name in target_schema.keys():
|
|
423
435
|
eff = prop_name if prop_name not in input_schema else f"{prop_name}_{target_table_name}"
|
|
424
436
|
orphan_row[eff] = None
|
|
437
|
+
orphan_row[STRUCTIFY_JOB_ID_COLUMN] = None
|
|
425
438
|
result_rows.append(orphan_row)
|
|
426
439
|
|
|
427
440
|
if not result_rows:
|
|
@@ -440,14 +453,11 @@ class PolarsResource(SyncAPIResource):
|
|
|
440
453
|
dataframe_name: str,
|
|
441
454
|
dataframe_description: str,
|
|
442
455
|
use_proxy: bool = False,
|
|
443
|
-
include_job_ids: bool = False,
|
|
444
456
|
) -> LazyFrame:
|
|
445
457
|
"""
|
|
446
458
|
Enhance one or more columns of a `LazyFrame` directly from a URL.
|
|
447
459
|
|
|
448
|
-
|
|
449
|
-
output DataFrame with the Structify job id for each URL. The job id is not
|
|
450
|
-
stored in Structify.
|
|
460
|
+
Adds a `structify_job_id` column with the job id for each row.
|
|
451
461
|
"""
|
|
452
462
|
|
|
453
463
|
# Existing columns & their dtypes from the LazyFrame
|
|
@@ -475,8 +485,6 @@ class PolarsResource(SyncAPIResource):
|
|
|
475
485
|
for col_name, (dtype, desc) in new_columns_dict.items()
|
|
476
486
|
]
|
|
477
487
|
|
|
478
|
-
job_id_column: str | None = "job_id" if include_job_ids else None
|
|
479
|
-
|
|
480
488
|
all_properties = merge_column_properties(pre_existing_properties, new_column_properties)
|
|
481
489
|
|
|
482
490
|
dataset_name = f"enhance_{dataframe_name}_{uuid.uuid4().hex}"
|
|
@@ -504,10 +512,9 @@ class PolarsResource(SyncAPIResource):
|
|
|
504
512
|
# Get the node ID when the function is called, not when the batch is processed
|
|
505
513
|
node_id = get_node_id()
|
|
506
514
|
|
|
507
|
-
# Create the expected output schema
|
|
515
|
+
# Create the expected output schema with single job_id column
|
|
508
516
|
expected_schema = properties_to_schema(all_properties)
|
|
509
|
-
|
|
510
|
-
expected_schema[job_id_column] = pl.String
|
|
517
|
+
expected_schema[STRUCTIFY_JOB_ID_COLUMN] = pl.String
|
|
511
518
|
|
|
512
519
|
# Apply Structify scrape on the dataframe
|
|
513
520
|
def scrape_batch(batch_df: pl.DataFrame) -> pl.DataFrame:
|
|
@@ -537,8 +544,6 @@ class PolarsResource(SyncAPIResource):
|
|
|
537
544
|
entity_id_to_entity[entity_id] = entity
|
|
538
545
|
|
|
539
546
|
# 2. Run scrape jobs for each entity
|
|
540
|
-
job_ids_by_url: Dict[str, str] = {}
|
|
541
|
-
|
|
542
547
|
def scrape_entity_property(entity_id: str) -> None:
|
|
543
548
|
entity = entity_id_to_entity[entity_id]
|
|
544
549
|
url = entity["properties"].get(url_column)
|
|
@@ -549,7 +554,7 @@ class PolarsResource(SyncAPIResource):
|
|
|
549
554
|
f"URL column {url_column} must be of string type, got {type(entity['properties'][url_column])}"
|
|
550
555
|
)
|
|
551
556
|
|
|
552
|
-
|
|
557
|
+
self._client.scrape.scrape(
|
|
553
558
|
dataset_name=dataset_name,
|
|
554
559
|
extraction_criteria=[
|
|
555
560
|
RequiredProperty(
|
|
@@ -566,8 +571,6 @@ class PolarsResource(SyncAPIResource):
|
|
|
566
571
|
use_proxy=use_proxy,
|
|
567
572
|
url=url,
|
|
568
573
|
)
|
|
569
|
-
if job_id_column is not None:
|
|
570
|
-
job_ids_by_url[url] = response.job_id
|
|
571
574
|
|
|
572
575
|
property_list = list(new_columns_dict.keys())
|
|
573
576
|
if len(property_list) == 1:
|
|
@@ -592,17 +595,10 @@ class PolarsResource(SyncAPIResource):
|
|
|
592
595
|
title = f"Scraping {property_names} for {dataframe_name}"
|
|
593
596
|
self._client.jobs.wait_for_jobs(dataset_name=dataset_name, title=title, node_id=node_id)
|
|
594
597
|
|
|
595
|
-
# 4. Collect the results
|
|
596
|
-
results
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
if job_id_column is not None:
|
|
600
|
-
url = properties.get(url_column)
|
|
601
|
-
if isinstance(url, str):
|
|
602
|
-
job_id = job_ids_by_url.get(url)
|
|
603
|
-
if job_id is not None:
|
|
604
|
-
properties[job_id_column] = job_id
|
|
605
|
-
results.append(properties)
|
|
598
|
+
# 4. Collect the results with job_id
|
|
599
|
+
results = _collect_entities_with_job_ids(
|
|
600
|
+
self._client.datasets.view_table(dataset=dataset_name, name=dataframe_name)
|
|
601
|
+
)
|
|
606
602
|
|
|
607
603
|
# 5. Return the results
|
|
608
604
|
return pl.DataFrame(results, schema=expected_schema)
|
|
@@ -657,6 +653,7 @@ class PolarsResource(SyncAPIResource):
|
|
|
657
653
|
}
|
|
658
654
|
|
|
659
655
|
output_schema = _merge_schema_with_suffix(input_schema, scraped_columns, suffix=relationship["target_table"])
|
|
656
|
+
output_schema[STRUCTIFY_JOB_ID_COLUMN] = pl.String
|
|
660
657
|
|
|
661
658
|
properties: list[Property] = []
|
|
662
659
|
for col_name, col_info in scrape_schema.items():
|
|
@@ -758,6 +755,9 @@ class PolarsResource(SyncAPIResource):
|
|
|
758
755
|
result_row: dict[str, Any] = {
|
|
759
756
|
**scraped_entity.properties,
|
|
760
757
|
url_column: related_entity.properties[url_column],
|
|
758
|
+
STRUCTIFY_JOB_ID_COLUMN: scraped_entity.job_ids[0]
|
|
759
|
+
if scraped_entity.job_ids
|
|
760
|
+
else None,
|
|
761
761
|
}
|
|
762
762
|
result_rows.append(result_row)
|
|
763
763
|
offset += LIMIT
|
|
@@ -765,8 +765,11 @@ class PolarsResource(SyncAPIResource):
|
|
|
765
765
|
break
|
|
766
766
|
except Exception:
|
|
767
767
|
break
|
|
768
|
-
# Build scraped schema (pre-join, original names) incl. join column
|
|
769
|
-
scraped_schema = scraped_columns | {
|
|
768
|
+
# Build scraped schema (pre-join, original names) incl. join column and job_id
|
|
769
|
+
scraped_schema: Dict[str, pl.DataType] = scraped_columns | {
|
|
770
|
+
url_column: input_schema[url_column],
|
|
771
|
+
STRUCTIFY_JOB_ID_COLUMN: pl.String(),
|
|
772
|
+
}
|
|
770
773
|
|
|
771
774
|
# Fill missing columns in scraped results
|
|
772
775
|
for result_row in result_rows:
|
|
@@ -839,6 +842,7 @@ class PolarsResource(SyncAPIResource):
|
|
|
839
842
|
polars_schema = pl.Schema(
|
|
840
843
|
[(path_column, pl.String())]
|
|
841
844
|
+ [(col_name, col_info.get("type", pl.String())) for col_name, col_info in schema.items()]
|
|
845
|
+
+ [(STRUCTIFY_JOB_ID_COLUMN, pl.String())]
|
|
842
846
|
)
|
|
843
847
|
|
|
844
848
|
assert path_column in document_paths.collect_schema(), (
|
|
@@ -931,9 +935,15 @@ class PolarsResource(SyncAPIResource):
|
|
|
931
935
|
|
|
932
936
|
# Get all of the entities with their job_ids
|
|
933
937
|
entities = self._client.datasets.view_table(dataset=dataset_name, name=table_name)
|
|
934
|
-
structured_results: List[Dict[str, Any]] = [
|
|
935
|
-
|
|
936
|
-
|
|
938
|
+
structured_results: List[Dict[str, Any]] = []
|
|
939
|
+
for entity in entities:
|
|
940
|
+
job_id = entity.job_ids[0] if entity.job_ids else None
|
|
941
|
+
result_row: Dict[str, Any] = {
|
|
942
|
+
**entity.properties,
|
|
943
|
+
path_column: job_to_pdf_path.get(job_id) if job_id else None,
|
|
944
|
+
STRUCTIFY_JOB_ID_COLUMN: job_id,
|
|
945
|
+
}
|
|
946
|
+
structured_results.append(result_row)
|
|
937
947
|
|
|
938
948
|
# Ensure all columns are present with None for missing values
|
|
939
949
|
for result_row in structured_results:
|
|
@@ -986,6 +996,7 @@ class PolarsResource(SyncAPIResource):
|
|
|
986
996
|
all_properties = existing_properties + [new_property]
|
|
987
997
|
|
|
988
998
|
expected_schema = properties_to_schema(all_properties)
|
|
999
|
+
expected_schema[STRUCTIFY_JOB_ID_COLUMN] = pl.String
|
|
989
1000
|
if collected_df.is_empty():
|
|
990
1001
|
return pl.DataFrame(schema=expected_schema).lazy()
|
|
991
1002
|
|
|
@@ -1024,12 +1035,12 @@ class PolarsResource(SyncAPIResource):
|
|
|
1024
1035
|
node_id=node_id,
|
|
1025
1036
|
)
|
|
1026
1037
|
|
|
1027
|
-
# 3. Collect the results
|
|
1038
|
+
# 3. Collect the results with job_ids
|
|
1028
1039
|
title = f"Tagging {new_property_name} for {dataframe_name}"
|
|
1029
1040
|
self._client.jobs.wait_for_jobs(dataset_name=dataset_name, title=title, node_id=node_id)
|
|
1030
|
-
results =
|
|
1031
|
-
|
|
1032
|
-
|
|
1041
|
+
results = _collect_entities_with_job_ids(
|
|
1042
|
+
self._client.datasets.view_table(dataset=dataset_name, name=dataframe_name)
|
|
1043
|
+
)
|
|
1033
1044
|
|
|
1034
1045
|
# 4. Return the results
|
|
1035
1046
|
return pl.DataFrame(results, schema=expected_schema).lazy()
|
|
@@ -1157,6 +1168,7 @@ class PolarsResource(SyncAPIResource):
|
|
|
1157
1168
|
"idx1": [match.target_entity_index for match in matches],
|
|
1158
1169
|
"idx2": [match.source_entity_index for match in matches],
|
|
1159
1170
|
"match_reason": [match.match_reason for match in matches],
|
|
1171
|
+
STRUCTIFY_JOB_ID_COLUMN: [match.job_id for match in matches],
|
|
1160
1172
|
}
|
|
1161
1173
|
else:
|
|
1162
1174
|
# No swap, return as normal
|
|
@@ -1164,6 +1176,7 @@ class PolarsResource(SyncAPIResource):
|
|
|
1164
1176
|
"idx1": [match.source_entity_index for match in matches],
|
|
1165
1177
|
"idx2": [match.target_entity_index for match in matches],
|
|
1166
1178
|
"match_reason": [match.match_reason for match in matches],
|
|
1179
|
+
STRUCTIFY_JOB_ID_COLUMN: [match.job_id for match in matches],
|
|
1167
1180
|
}
|
|
1168
1181
|
|
|
1169
1182
|
return pl.DataFrame(matches_in_schema).lazy()
|
|
@@ -1182,7 +1195,7 @@ class PolarsResource(SyncAPIResource):
|
|
|
1182
1195
|
"/entity/upload_parquet",
|
|
1183
1196
|
params={"dataset": dataset_name, "table_name": table_name},
|
|
1184
1197
|
files={"file": ("data.parquet", parquet_bytes.getvalue(), "application/octet-stream")},
|
|
1185
|
-
headers=
|
|
1198
|
+
headers=self._client.auth_headers,
|
|
1186
1199
|
)
|
|
1187
1200
|
response.raise_for_status()
|
|
1188
1201
|
|
|
@@ -115,9 +115,9 @@ class TestPolars:
|
|
|
115
115
|
mock_source_3 = Mock(id="entity-3", properties={"company_name": "Microsoft"})
|
|
116
116
|
|
|
117
117
|
# Target/connected entities
|
|
118
|
-
mock_target_1 = Mock(id="target-1", properties={"employee_name": "Alex", "position": "CEO"})
|
|
119
|
-
mock_target_2 = Mock(id="target-2", properties={"employee_name": "Alex", "position": "SWE"})
|
|
120
|
-
mock_target_3 = Mock(id="target-3", properties={"employee_name": "Alex", "position": "PM"})
|
|
118
|
+
mock_target_1 = Mock(id="target-1", properties={"employee_name": "Alex", "position": "CEO"}, job_ids=["job-1"])
|
|
119
|
+
mock_target_2 = Mock(id="target-2", properties={"employee_name": "Alex", "position": "SWE"}, job_ids=["job-2"])
|
|
120
|
+
mock_target_3 = Mock(id="target-3", properties={"employee_name": "Alex", "position": "PM"}, job_ids=["job-3"])
|
|
121
121
|
|
|
122
122
|
# Relationships connecting sources to targets
|
|
123
123
|
rel1 = Mock(from_id="entity-1", to_id="target-1")
|
|
@@ -155,6 +155,7 @@ class TestPolars:
|
|
|
155
155
|
assert "company_name" in result_df.columns
|
|
156
156
|
assert "employee_name" in result_df.columns
|
|
157
157
|
assert "position" in result_df.columns
|
|
158
|
+
assert "structify_job_id" in result_df.columns
|
|
158
159
|
|
|
159
160
|
def test_enum_dtype(self) -> None:
|
|
160
161
|
polars_int = pl.Int64()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/admin/functional_tests.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/connector_catalog/__init__.py
RENAMED
|
File without changes
|
{structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/connector_catalog/admin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/connectors/connectors.py
RENAMED
|
File without changes
|
{structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/connectors/type_snippets.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{structifyai-1.178.0 → structifyai-1.179.0}/src/structify/resources/external_dataframe_proxy.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
|
{structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/accept_invitation_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/admin_dataset_return.py
RENAMED
|
File without changes
|
{structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/admin_delete_jobs_response.py
RENAMED
|
File without changes
|
{structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/admin_list_jobs_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/admin_teams_list_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/chat_template_create_params.py
RENAMED
|
File without changes
|
{structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/chat_template_list_params.py
RENAMED
|
File without changes
|
{structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/chat_template_list_response.py
RENAMED
|
File without changes
|
{structifyai-1.178.0 → structifyai-1.179.0}/src/structify/types/admin/chat_template_update_params.py
RENAMED
|
File without changes
|