Equivalent of read_csv's include_path_column=True for read_parquet?

dask.dataframe.read_csv has a include_path_column parameter which, when True, causes the resulting dataframe to include a column with the path of the file from which each row comes from

this parameter does not exist for read_parquet. how can i replicate the same behavior?

i have paths like /path/to/variable={...}/data.parquet, where i would like to extract the value of variable.