Skip to content

Commit

Permalink
Use vegafusion+dataset:// protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Jun 30, 2023
1 parent b8fc407 commit 3a5517b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion altair/utils/_vegafusion_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Special URL prefix that VegaFusion uses to denote that a
# dataset in a Vega spec corresponds to an entry in the `inline_datasets`
# kwarg of vf.runtime.pre_transform_spec().
VEGAFUSION_PREFIX: Final = "table://"
VEGAFUSION_PREFIX: Final = "vegafusion+dataset://"


class _ToVegaFusionReturnUrlDict(TypedDict):
Expand Down

0 comments on commit 3a5517b

Please sign in to comment.