Skip to main content

job_exporter_configuration

Configuration for an exporter job, which runs a SQL query and writes the results to a file delivered to a trading partner.

Primary Key:Foreign Keys:Indexes:
ColumnData TypeNullableIndexedDescription
job_exporter_configuration_idbigintNoYesSnowflake ID for job_exporter_configuration primary key.
nametextNoNoThe name of the exporter job.
schedule_idbigintNoYesThe schedule on which this export runs.
setup_queriestext[]NoNoQueries that must be run before the query to be exported.
querytextNoNoSQL query that produces the rows to export.
file_typefile_typeNoNoOutput file format.
date_formatexporter_date_format_typeNoNoFormat used to render dates included in the output filename.
date_inclusiondate_inclusion_typeNoNoWhich dates appear in the output filename: just the start date, just the end date, or both.
date_separatortextNoNoSeparator placed between start and end dates in the filename when date_inclusion is 'both'.
file_prefixtextNoNoText prepended to the output filename.
file_suffixtextNoNoText appended to the output filename, before the extension.
file_extensiontextYesNoOverride for the output file extension. NULL means use the default extension for the configured file_type.
last_updated_bybigintNoYeslogin_id of the user who last updated this exporter job.
last_updated_attimestamp with time zoneNoNoWhen this exporter job was last updated.
export_foldertextNoNoFolder name the output file is written to on completion.
export_trading_partner_sftp_idbigintYesYesOptional SFTP destination. Set when the export is delivered to a trading partner via SFTP.