Vendor List
City of Austin
@usgov.city_of_austin_r8_testing_vendor_list
City of Austin
@usgov.city_of_austin_r8_testing_vendor_list
The Vendor List dataset displays the contact information and qualified status related to vendor list.
This vendor list includes information such as vendor’s contact information and qualified status.
Organization: City of Austin
Last updated: 2024-03-25T10:48:41.943872
Tags: address, qualified-status, texas-presence, vendor
CREATE TABLE table_1 (
"contractor_qualified_status" VARCHAR,
"email" VARCHAR,
"fax" VARCHAR,
"mailing_address_line_1" VARCHAR,
"mailing_address_line_2" VARCHAR,
"mailing_city" VARCHAR,
"mailing_state" VARCHAR,
"mailing_zip_code" VARCHAR,
"phone" VARCHAR,
"physical_address_city" VARCHAR,
"physical_address_line_1" VARCHAR,
"physical_address_line_2" VARCHAR,
"physical_address_state" VARCHAR,
"physical_address_zip_code" BIGINT,
"texas_presence" BOOLEAN,
"vendor_id" BIGINT,
"vendor_name" VARCHAR,
"vendor_type" VARCHAR
);Anyone who has the link will be able to view this.