Lobbyist Data - Contributions
City of Chicago
@usgov.city_of_chicago_lobbyist_data_contributions
City of Chicago
@usgov.city_of_chicago_lobbyist_data_contributions
CREATE TABLE table_1 (
"contribution_id" BIGINT,
"period_start" TIMESTAMP,
"period_end" TIMESTAMP,
"contribution_date" VARCHAR,
"recipient" VARCHAR,
"amount" DOUBLE,
"lobbyist_id" BIGINT,
"lobbyist_first_name" VARCHAR,
"lobbyist_last_name" VARCHAR,
"created_date" TIMESTAMP
);
Anyone who has the link will be able to view this.