We have a log sink setup to store all queries run on bigquery.
In the log sink we have logged dataform querying the INFORMATION_SCHEMA.TABLES which seems to cost around € 3.9 and process 9 tb of data, although if the query is run from the bigquery interface itself only processes 10 mb.
It seems we are also being billed for this costs that are being logged.
For projects that use on-demand pricing, queries against INFORMATION_SCHEMA views incur a minimum of 10 MB of data processing charges, even if the bytes processed by the query are less than 10 MB. 10 MB is the minimum billing amount for on-demand queries. For more information, see On-demand pricing.