Skip to content

Commit 3d2fd2c

Browse files
maxschulz-COLhuong-li-nguyenpre-commit-ci[bot]stichbury
authored
[Feature] Enable kwargs for single component models (via extra) (#1032)
Co-authored-by: huong-li-nguyen <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Li Nguyen <[email protected]> Co-authored-by: Jo Stichbury <[email protected]>
1 parent 342f623 commit 3d2fd2c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1468
-216
lines changed

.github/workflows/pycafe-dashboards.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
- name: Print PR Number
3535
run: |
3636
echo "Pull Request Number: ${{ github.event.workflow_run.pull_requests[0].number }}"
37-
# TODO: Eventually we should probably merge this with the create_pycafe_links_comments.py script
38-
# TODO: We should probably also check a link that has vizro-ai and vizro-core in the requirements
39-
- name: Test PyCafe links
37+
- name: Test if PyCafe links work with PR # Eventually we should merge this with the create_pycafe_links_comments.py script
4038
run: |
4139
hatch run python ../tools/pycafe/test_pycafe_links.py --github-token ${{ github.token }} --repo-name ${{ github.repository }} --run-id ${{ github.event.workflow_run.id }} --commit-sha ${{ github.event.workflow_run.head_sha }}
4240
- name: Create PyCafe links
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
-->
6+
7+
<!--
8+
### Highlights ✨
9+
10+
- A bullet item for the Highlights ✨ category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))
11+
12+
-->
13+
<!--
14+
### Removed
15+
16+
- A bullet item for the Removed category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))
17+
18+
-->
19+
20+
### Added
21+
22+
- Add `extra` argument to selected models to enable passing arguments directly to the underlying Dash component. ([#1032](https://github.com/mckinsey/vizro/pull/1032))
23+
24+
25+
<!--
26+
### Changed
27+
28+
- A bullet item for the Changed category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))
29+
30+
-->
31+
<!--
32+
### Deprecated
33+
34+
- A bullet item for the Deprecated category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))
35+
36+
-->
37+
<!--
38+
### Fixed
39+
40+
- A bullet item for the Fixed category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))
41+
42+
-->
43+
<!--
44+
### Security
45+
46+
- A bullet item for the Security category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))
47+
48+
-->
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)