You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add dim_locations. Issue #95
* Change stg_ports -> int_ports
* Start decoupling dim_ports and dim_connectors
* Add fact_location_capacity for location measures. Add location_key to fact_visits. Add port, connector and charge point counts to int_ports
* Build hardware dimension layer and rewire facts
- Add dim_charge_points, dim_ports, dim_connectors at correct grains
- Fix fan-out bugs in all three dims (were sourcing from connector-grain int_ports without dedup)
- Drop commissioned/decommissioned_ts from dim_ports and dim_connectors (charge point attributes, not port/connector)
- Rewire fact_downtime_daily, fact_uptime, fact_visits to reference dims instead of int_ports
- Add composite grain tests for dim_ports and dim_connectors
- Add semantic models for charge_points, ports, connectors; wire FK entities into charge_attempts, uptime, visits
- Update marts.yml docs to reflect all changes
* Revert int_ports to its grain and data.
Fix dim_charge_points adding port_count.
Add connector_count to dim_ports
* Add port_count section for dim_charge_points in marts.yml
* Fix connectors_count -> connector_count
* Change tests: to data_tests: project-wide according to new dbt naming
* Fix arguments syntax in marts.yml
* Change unit_tests mocking dims instead of int_ports
* MissingArgumentsPropertyInGenericTestDeprecation
there's a deprecation warning (MissingArgumentsPropertyInGenericTestDeprecation, 2 occurrences) about dbt_utils.accepted_range on dim_ports needing its arguments nested under an arguments: property. Not an error, but worth fixing.
* demo to run full-refresh
The first run failed because the Docker volume had a stale fact_visits table with the old location_key column.
* demo ports test fix
* Revert "demo to run full-refresh"
This reverts commit e62adc4.
* Add decommissioned_ts and is_active to dim_ports
* Revert "Add decommissioned_ts and is_active to dim_ports"
This reverts commit 4527dba.
---------
Co-authored-by: Daria <daria@kwwhat.com>
0 commit comments