Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transform functions is not defined #4

Open
ayush0033 opened this issue Oct 10, 2024 · 0 comments
Open

Transform functions is not defined #4

ayush0033 opened this issue Oct 10, 2024 · 0 comments

Comments

@ayush0033
Copy link

Screenshot 2024-10-10 at 4 24 42 PM { 'success': False, 'action': 'list_tickets', 'status': 200, 'url': 'https://shuffletest.atlassian.net/rest/api/3/search', 'output': None, 'raw_response': {'body': {'issues': [], 'maxResults': 50, 'startAt': 0, 'total': 0}, 'cookies': {'atlassian.xsrf.token': '71616eedbd990b3a5987885e28934c9968719c0f_lout'}, 'errors': None, 'headers': {'Atl-Request-Id': 'f757a5e1-b6eb-4d17-8ac8-335353a6d376', 'Atl-Traceid': 'f757a5e1b6eb4d178ac8335353a6d376', 'Cache-Control': 'no-cache, no-store, no-transform', 'Content-Encoding': 'gzip', 'Content-Type': 'application/json;charset=UTF-8', 'Date': 'Thu, 10 Oct 2024 15:13:26 GMT', 'Nel': '{"failure_fraction": 0.001, "include_subdomains": true, "max_age": 600, "report_to": "endpoint-1"}', 'Report-To': '{"endpoints": [{"url": "https://dz8aopenkvv6s.cloudfront.net/"}], "group": "endpoint-1", "include_subdomains": true, "max_age": 600}', 'Server': 'AtlassianEdge', 'Server-Timing': 'atl-edge;dur=361,atl-edge-internal;dur=47,atl-edge-upstream;dur=301,atl-edge-pop;desc="aws-eu-west-2"', 'Set-Cookie': 'atlassian.xsrf.token=71616eedbd990b3a5987885e28934c9968719c0f_lout; Path=/; SameSite=None; Secure', 'Strict-Transport-Security': 'max-age=63072000; includeSubDomains; preload', 'Timing-Allow-Origin': '*', 'Transfer-Encoding': 'chunked', 'Vary': 'Accept-Encoding', 'X-Arequestid': '293aa394c73808931364e57451dbb37c', 'X-Content-Type-Options': 'nosniff', 'X-Seraph-Loginreason': 'AUTHENTICATED_FAILED', 'X-Xss-Protection': '1; mode=block'}, 'status': 200, 'success': True, 'url': 'https://shuffletest.atlassian.net/rest/api/3/search'}}
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in () 13 # General transformer - Transforms from any data into a standard, e.g. "list_tickets" 14 sourcedata = [{"title": "Tickettitle", "id": "hiya"}] ---> 15 tickets = shuffle.transform(sourcedata, "list_tickets") 16 17 print(tickets)

AttributeError: 'Shuffle' object has no attribute 'transform'

As of now we haven't added any function for transform so that's why i got this error - > #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant