METERING_HISTORY view (ACCOUNT_USAGE): Database-level output for COPY_FILES (Pending)¶
Attention
This behavior change is in the 2024_08 bundle.
For the current status of the bundle, refer to Bundle History.
The METERING_HISTORY view in the Account Usage schema behaves as follows:
- Before the change:
For the
COPY_FILES
service type, these columns contain the following information:ENTITY_ID
: The ID of the stage from which files are copied.NAME
: The name of the stage from which files are copied.
Additionally, the
BYTES
andFILES
columns are aggregated at the stage level.- After the change:
For the
COPY_FILES
service type, these columns contain the following information:ENTITY_ID
: The ID of the database from which files are copied.NAME
: The name of the database from which files are copied.
Additionally, the
BYTES
andFILES
columns are aggregated at the database level instead of the stage level.
Ref: 1728