# frozen_string_literal: true module Airflow def self.table_name_prefix 'airflow_' end end