version: 2

macros:
  - name: list_inclause
    description: A macro to convert list type of variable for IN clause usage
    arguments:
      - name: list_values
        type: list
        description: List containing strings
  - name: prepare_orphan_tables_delete
    description: A macro to print delete statements of orphan (old) tables for database PR
    arguments:
      - name: local_schema
        type: boolean
        description: Show orphan tables for the local schema
