Azure Bulk Publisher V2
A model that allow you to publish to Azure Blob Storage
Slug: azure-bulk-publisher-v2
Version: 1.0.0
Infer: No
Event Aware: Yes
Overview
More coming soon
Inference Options
The following options can be configured when using this model for inference:
Name | Label | Type | Description | Default | Required |
---|---|---|---|---|---|
should_run_in_debug_mode | Should the model run in debug mode | boolean | Toggle on to run the model in debug mode (only log the output) | False | No |
document_store | Document Store | documentStore | The document store to look for new documents in | - | Yes |
data_store | Data Store | tableStore | Data store to extract from | - | Yes |
taxonomy | Data Definition | taxonomy | The data definition to use for the model | - | No |
query | Query | string | The query to run to find documents to publish | not exists(labels.label: ‘azure-published’) | Yes |
connection_string | Connection String | password | The Azure SAS connection string to use for publishing | - | Yes |
output_location_metadata_property | Output Location Metadata Property | string | The metadata property to use for the output location | - | Yes |
output_location_prefix_to_remove | Output Location Prefix to Remove | string | The prefix to remove from the output location (/data_root) | - | Yes |
output_format | Output Format | string | The format of the data to publish | json | Yes |
friendly_names | API Friendly Attributes | boolean | Adapt the names of the attributes to be valid in XML | True | No |
pretty_printing | Pretty Print XML output | boolean | Enable pretty printing of XML output | False | No |
root_name | Root Element Name | string | For XML documents, the root element name is required; if blank, it will be DataObjects. | - | No |
batch_size | Batch Size | number | Maximum number of documents to upload in a single batch | 50 | No |
filename_expression | Filename Expression | string | The expression to use for the filename | document_family.path + ”.” + output_format | Yes |
overwrite | Overwrite Existing | boolean | Toggle on if the publisher should overwrite existing files. Otherwise, the upload is ignored. | False | No |
update_document_status | Update document status in Kodexa? | boolean | Toggle on to update the status of the document in Kodexa | False | No |
kodexa_document_status | Kodexa document status | documentStatus | The status to update the document to in Kodexa | - | No |
should_apply_success_label | Should a label be applied when publishing is successful? | boolean | Should a label be appied to the document when publishing is successful? | False | No |
label_on_success | Label to add when publishing is successful | string | The label to add to the document after publishing successfully | AZURE_PUBLISHED | No |
should_apply_error_label | Should a label be applied when publishing fails? | boolean | Should a label be appied to the document when publishing fails? | False | No |
label_on_error | Label to add when publishing fails | string | The label to add to the document if there is an error | AZURE_ERROR | No |
delete_after_publish | Delete after publishing? | boolean | Should the document and extracted data be deleted after publishing? | False | No |
publish_external_data | Publish external data? | boolean | Toggle on to publish the external data | False | No |
external_data_filename_expression | External Data Filename Expression | string | The expression to use for the path from the external data | document_family.path + “-metadata.json” | No |
upload_native | Upload the native document? | boolean | Toggle on to upload the native document | False | No |
native_filename_expression | Native Filename Expression | string | The expression to use for the native filename | document_family.path | No |
should_update_external_api_status | Should the status be updated in an external API? | boolean | Toggle on to update the status of the document in an external API | False | No |
external_api_status_endpoint | External API status endpoint | string | The external API endpoint to use for updating the status of the document | - | No |
external_api_status_code | External API status code | string | The status code to update to in the external API | - | No |
Model Details
- Provider: Kodexa AI