We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dimension
https://github.com/devinit/digital-platform/blob/development/nodejs/js/datamap_raw.js trips up when it gets to the dimension tables:
"country-year/warehouse/dimension/di_id.csv": "dimension.\"di_id\"", "country-year/warehouse/dimension/di_id_to_iso_3166_1_map.csv": "dimension.\"di_id_to_iso_3166_1_map\"", "country-year/warehouse/dimension/iso_3166_1.csv": "dimension.\"iso_3166_1\"", "country-year/warehouse/dimension/oecd_donor.csv": "dimension.\"oecd_donor\"", "country-year/warehouse/dimension/oecd_loc_donor.csv": "dimension.\"oecd_loc_donor\"", "country-year/warehouse/dimension/oecd_crs_donor.csv": "dimension.\"oecd_crs_donor\"", "country-year/warehouse/dimension/oecd_dac_1_donor.csv": "dimension.\"oecd_dac_1_donor\"", "country-year/warehouse/dimension/oecd_dac_2a_donor.csv": "dimension.\"oecd_dac_2a_donor\"", "country-year/warehouse/dimension/oecd_dac_2b_donor.csv": "dimension.\"oecd_dac_2b_donor\"", "country-year/warehouse/dimension/oecd_donor_to_di_id_map.csv": dimension.\"oecd_donor_to_di_id_map\"", "country-year/warehouse/dimension/oecd_donor_to_iso_3166_1_map.csv": "dimension.\"oecd_donor_to_iso_3166_1_map\"", "country-year/warehouse/dimension/oecd_donor_type.csv": "dimension.\"oecd_donor_type\"", "country-year/warehouse/dimension/oecd_recipient.csv": "dimension.\"recipient\"", "country-year/warehouse/dimension/oecd_loc_recipient.csv": "dimension.\"oecd_loc_recipient\"", "country-year/warehouse/dimension/oecd_crs_recipient.csv": "dimension.\"oecd_crs_recipient\"", "country-year/warehouse/dimension/oecd_dac_2a_recipient.csv": "dimension.\"oecd_dac_2a_recipient\"", "country-year/warehouse/dimension/oecd_dac_2b_recipient.csv": "dimension.\"oecd_dac_2b_recipient\"", "country-year/warehouse/dimension/oecd_recipient_to_di_id_map.csv": "dimension.\"oecd_recipient_to_di_id_map\"", "country-year/warehouse/dimension/oecd_recipient_to_iso_3166_1_map.csv": "dimension.\"oecd_recipient_to_iso_3166_1_map\"", "country-year/warehouse/dimension/oecd_recipient_income_group.csv": "dimension.\"oecd_recipient_income_group\"", "country-year/warehouse/dimension/imf_weo_country.csv": "dimension.\"imf_weo_country\"", "country-year/warehouse/dimension/imf_weo_country_to_di_id_map.csv": "dimension.\"imf_weo_country_to_di_id_map\"", "country-year/warehouse/dimension/wb_wdi_country.csv": "dimension.\"wb_wdi_country\"", "country-year/warehouse/dimension/wb_wdi_country_to_di_id_map.csv": "dimension.\"wb_wdi_country_to_di_id_map\"", "country-year/warehouse/dimension/wb_wdi_country_to_imf_weo_country_map.csv": "dimension.\"wb_wdi_country_to_imf_weo_country_map\""
Quite possibly something to do with the fact that we have a column called di_id in the table called di_id.
di_id
The text was updated successfully, but these errors were encountered:
Failed import. See issue: #255.
d499a01
epicallan
dw8547
No branches or pull requests
https://github.com/devinit/digital-platform/blob/development/nodejs/js/datamap_raw.js trips up when it gets to the
dimension
tables:Quite possibly something to do with the fact that we have a column called
di_id
in the table calleddi_id
.The text was updated successfully, but these errors were encountered: