Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Parsing for qualifiers with colon characters (#1277)
* Fix parsing for qualifiers with colon characters * Update ci.yaml * fix: Support names with no qualifier * revert: remove workflow_dispatch * fix: Update test to check null qualifiers instead of undefined * fix: Respect column names without qualifiers * fix: Clean up for lint errors * fix: Remove remaining trailing space * revert: "fix: Update test to check null qualifiers instead of undefined" This reverts commit 1275dd5. * fix: Allow undefined qualifiers in ParsedColumn * test: Add test for qualifier names with colons --------- Co-authored-by: danieljbruce <danieljbruce@users.noreply.github.com>
- Loading branch information