edx / edx-salesforce

GNU Affero General Public License v3.0
2 stars 2 forks source link

(WIP) WL-981 edxapp raw queries #4

Closed afzaledx closed 7 years ago

afzaledx commented 7 years ago

sample data output:

        {
            8: {
                'auth_user.email': 'afzal+1@edx.org',
                'auth_user.username': 'afzal',
                'auth_userprofile.name': 'Afzal Wali',
                'auth_userprofile.country': '',
                'auth_userprofile.year_of_birth': 1976
                'auth_userprofile.language': '',
                'student_userattribute.utm_source': 'utm_source_v',
                'student_userattribute.utm_medium': 'utm_medium_v',
                'student_userattribute.utm_campaign': 'utm_campaign_v',
                'student_userattribute.utm_term': 'utm_term_v',
                'student_userattribute.utm_content': 'utm_content_v',
            }
        }

@douglashall

douglashall commented 7 years ago

Closing this as I have manually incorporated the work into https://github.com/edx/edx-salesforce/pull/3.