Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEV and version r0682

...

PropertyDescription
pathPath to the database where the table is to be written.
idInternal identifier of the publications object
tableNameName of the table to write
targetType

Type of table that you are writing. Example values:

    • hive

  • redshift
  • sqldatawarehouse
For more information, see Connection Types.

action

The write action to apply to the table, in the event that the table exists:

  • create - create a new table with each publication
  • createAndLoad - append your data to the table
  • truncateAndLoad - truncate the table and load it with your data
  • dropAndLoad - drop the table and write the new table in its place
createdAtTimestamp for when the publications object was created
updatedAtTimestamp for when the publications object was last updated
creator.idInternal identifier of the user who created the object
updater.idInternal identifier of the user who last updated the object
outputObject.idInternal identifier of the outputObject with which the publication object is associated
connection.idInternal identifier of the connection to use when publishing

...