fix(csv_export): use custom CSV_EXPORT parameters in pd.read_csv for pivot table #5787
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
name: Welcome New Contributor | |
on: | |
pull_request_target: | |
types: [opened] | |
jobs: | |
welcome: | |
runs-on: ubuntu-22.04 | |
permissions: | |
pull-requests: write | |
steps: | |
- name: Welcome Message | |
uses: actions/first-interaction@v1 | |
continue-on-error: true | |
with: | |
repo-token: ${{ github.token }} | |
pr-message: |- | |
Congrats on making your first PR and thank you for contributing to Superset! :tada: :heart: | |
We hope to see you in our [Slack](https://apache-superset.slack.com/) community too! Not signed up? Use our [Slack App](http://bit.ly/join-superset-slack) to self-register. |