petervandivier / PsAdxArchiver

Generic exporter from Azure Data Explorer to an external table in Azure blob storage.
MIT License
1 stars 0 forks source link

Unixtime support #11

Closed petervandivier closed 1 year ago

petervandivier commented 1 year ago

In the event a source table uses a numeric Unix time attribute, the archiver now adds a computed column to the export query which maps to a datetime column added to the external table definition.

:bug: :warning: There is a known bug in this release whereby blob tags are no longer applied.