-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #123 from openedx/bmtcril/drop_py_38
chore: Remove remaining Python 3.8 compatibility
- Loading branch information
Showing
13 changed files
with
35 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ sphinx: | |
build: | ||
os: "ubuntu-22.04" | ||
tools: | ||
python: "3.8" | ||
python: "3.11" | ||
|
||
python: | ||
install: | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
include CHANGELOG.rst | ||
include LICENSE.txt | ||
include README.rst | ||
include requirements/base.in | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,15 @@ Platform Plugin Aspects | |
Purpose | ||
******* | ||
|
||
This repository holds various Aspects plugins for the Open edX platform. | ||
This repository holds various Aspects plugins for the Open edX platform including the | ||
event sinks that move data from the LMS to ClickHouse and the embbedding of Superset | ||
dashboards back into the platform. | ||
|
||
Version Compatibility | ||
********************* | ||
|
||
`platform-plugin-aspects` version 1.x: Nutmeg to Sumac | ||
`platform-plugin-aspects` version 2.x: Redwood and above | ||
|
||
Sinks | ||
***** | ||
|
@@ -32,7 +40,7 @@ Commands | |
In addition to being an event listener, this package provides the following commands: | ||
|
||
- `dump_data_to_clickhouse` - This command allows bulk export of the data from the Sinks. | ||
Allows bootstrapping a new data platform or backfilling lost or missing data. | ||
Allows bootstrapping a new data platform or backfilling lost or missing data. More information can be found in the `Aspects backfill documentation`_. | ||
|
||
``python manage.py cms dump_data_to_clickhouse`` | ||
|
||
|
@@ -225,3 +233,4 @@ Please do not report security issues in public. Please email [email protected] | |
.. _Aspects: https://docs.openedx.org/projects/openedx-aspects/en/latest/index.html | ||
.. _Superset Embedded SDK: https://www.npmjs.com/package/@superset-ui/embedded-sdk | ||
.. _Open edX Filters: https://docs.openedx.org/projects/openedx-filters/en/latest/ | ||
.. _Aspects backfill documentation: https://docs.openedx.org/projects/openedx-aspects/en/latest/technical_documentation/how-tos/backfill.html |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,6 @@ Contents: | |
testing | ||
internationalization | ||
modules | ||
changelog | ||
decisions | ||
references/index | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.