From 9ec44007856a9b55452ee0f693370b516c639471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hildebert=20Mouli=C3=A9?= Date: Wed, 4 Dec 2024 17:14:58 +0100 Subject: [PATCH] add uploaded table to sources --- sources/_subprojects_outputs/staking/_sources.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sources/_subprojects_outputs/staking/_sources.yml diff --git a/sources/_subprojects_outputs/staking/_sources.yml b/sources/_subprojects_outputs/staking/_sources.yml new file mode 100644 index 00000000000..eefc77904e6 --- /dev/null +++ b/sources/_subprojects_outputs/staking/_sources.yml @@ -0,0 +1,10 @@ +version: 2 +sources: + - name: hildobby + tables: + - name: dataset_ethereum_validators + columns: + - name: pubkey + data_type: varbinary + - name: validator_index + data_type: integer \ No newline at end of file